Search:
Type: Posts; User: sixxvirus
Search: Search took 0.08 seconds.
- 05-20-2012, 06:07 AM
Thread: Developing a Server like Tomcat in Java
by sixxvirus- Replies
- 6
- Views
- 540
Re: Developing a Server like Tomcat in Java Do you just want me to just give a link? I do not understand what you mean? I used stack overflow, before that locked me out, so I could tried to get more of a computer science perspective of a reply...
- 05-20-2012, 05:49 AM
Thread: Developing a Server like Tomcat in Java
by sixxvirus- Replies
- 6
- Views
- 540
Re: Developing a Server like Tomcat in Java Why should it matter if I am posting it, in two different forums? I can hopefully get more diverse replies to any questions or comments.
- 05-20-2012, 05:45 AM
Thread: Running tomcat 6
by sixxvirus- Replies
- 5
- Views
- 572
Re: Running tomcat 6 are you a moderator in both forums or just one? jw
- 05-20-2012, 05:45 AM
- Replies
- 1
- Views
- 699
initializing InetAddress object in constructor I am having trouble getting this source code to compile with out any errors. The only error is in the main constructor
UDP_Poke main_obj=new UDP_Poke(host, port);
It keeps saying "host may not be... - 05-20-2012, 05:35 AM
Thread: Java Port Scanner
by sixxvirus- Replies
- 4
- Views
- 874
Re: Java Port Scanner I am learning networking programming, and the "Java Network Programming" by O'REILLY, the whole book is about port scanners. I dont know how to make any other program.
- 05-16-2012, 12:36 AM
Thread: Java Port Scanner
by sixxvirus- Replies
- 4
- Views
- 874
Java Port Scanner I have been working my way web pages and blogs learning the in's and out's of Network applications through
Java, today I made a simple port scanner to see if there is any activity on any ports on my... - 05-09-2012, 11:18 PM
Thread: Developing a Server like Tomcat in Java
by sixxvirus- Replies
- 6
- Views
- 540
Developing a Server like Tomcat in Java How hard would it be to write a server like Tomcat in Java or another programming language?
I have been enjoying working with UDP and TCP sockets molding them into simple client and server to pass... - 05-09-2012, 08:27 PM
Thread: Running tomcat 6
by sixxvirus- Replies
- 5
- Views
- 572
Re: Running tomcat 6 Any ideas DarrlyBurke??
- 05-09-2012, 06:24 AM
Thread: Tomcat 6 and eclipse
by sixxvirus- Replies
- 1
- Views
- 234
Tomcat 6 and eclipse I have recently downloading Tomcat 6 and switch the eclipse I was using to the EE edition.I am having trouble getting eclipse to run the JPA project, and I keeping getting the error message HTTP...
- 05-09-2012, 06:23 AM
Thread: Running tomcat 6
by sixxvirus- Replies
- 5
- Views
- 572
Running tomcat 6 I have recently downloading Tomcat 6 and switch the eclipse I was using to the EE edition.I am having trouble getting eclipse to run the JPA project, and I keeping getting the error message HTTP...
- 03-04-2012, 08:00 AM
Thread: Java Network Programs
by sixxvirus- Replies
- 5
- Views
- 473
Re: Java Network Programs Thank you all for your ideas about networking. :-)
- 03-03-2012, 10:49 PM
Thread: Java Network Programs
by sixxvirus- Replies
- 5
- Views
- 473
re: Java network programs I want to dig as deep as I can into networking programming...
I want to go as deep down the networking RABBIT HOLE as I can.. I have downloaded a lot of networking programming books on the net by... - 03-03-2012, 01:18 AM
Thread: Java Network Programs
by sixxvirus- Replies
- 5
- Views
- 473
Java Network Programs Hello all,
Recently I have searched to read about doing networking programming with Java, until now most of what I have been reading was Java Data Structures; Tree mostly.
I was wondering if anyone... - 02-29-2012, 08:48 AM
Thread: Networking Newbie
by sixxvirus- Replies
- 0
- Views
- 359
Networking Newbie Hello All,
I want to learn about Java's networking side but for the past month I have been coming up on end dead end.
Can anyone help? Or tell me where I could find some website about this stuff. - 11-18-2011, 04:13 AM
Thread: computer science newbie
by sixxvirus- Replies
- 17
- Views
- 590
Re: computer science newbie dam thats a really good book
- 11-18-2011, 03:19 AM
Thread: computer science newbie
by sixxvirus- Replies
- 17
- Views
- 590
Re: computer science newbie I have already gone through all of the videos on "The new boston" well before I made an account on here. The book I am working through is called "Data structures and algorithms in Java"; I cant count...
- 11-10-2011, 09:04 PM
Thread: Java Data Structures
by sixxvirus- Replies
- 3
- Views
- 247
Re: Java Data Structures I just asked because I have finished reading two Java programming books and I looking for something with data structures... Start with arrays then move on to studying in depth Heaps and Stacks; more...
- 11-09-2011, 11:10 PM
Thread: Java Data Structures
by sixxvirus- Replies
- 3
- Views
- 247
Java Data Structures Does anyone out there know of any good Java data structure resources online
books?
websites?
ect?
thanks again - 10-19-2011, 04:24 AM
Thread: computer science newbie
by sixxvirus- Replies
- 17
- Views
- 590
Re: computer science newbie btw skaterboy987 you forgot the semi-colon at the end of the method.
System.out.println("Text goes here"); // <- end statement :-P - 10-19-2011, 04:22 AM
Thread: computer science newbie
by sixxvirus- Replies
- 17
- Views
- 590
Re: computer science newbie Hey one thought though since I have some of you attention on the subject of Java...
A while back when I was working with c++ and lower level function of the lang. I read a few blogs and reading... - 10-19-2011, 03:52 AM
Thread: computer science newbie
by sixxvirus- Replies
- 17
- Views
- 590
Re: computer science newbie I know the basic syntax since I did work on c++ before moving on to Java, I can do most basic things in java but writing more advanced class using OOP and inheritance. As of now I am working on...
- 10-19-2011, 02:37 AM
Thread: computer science newbie
by sixxvirus- Replies
- 17
- Views
- 590
Re: computer science newbie Thank You sunde887,
I have worked alil through "the really big index" but its really big and takes along time to good through. Also I have read alil on the "White Papers" by James G. that I found... - 10-19-2011, 01:59 AM
Thread: computer science newbie
by sixxvirus- Replies
- 17
- Views
- 590
computer science newbie Hello all who read this,
I am in my 2nd year in computer science at my college, and this is the year we have changed over from C++ to Java. I am new to Java, BUT not to programming. I was...
Results 1 to 23 of 24



sorry for all the questions
thanks...
06-14-2013, 02:22 PM in gbonecapone