(Login — Register) |
Thread Rating:
Implementing Servers in Java |
07-29-2010, 09:29 PM,
|
|||
|
|||
Implementing Servers in Java
This is a small applications that can help you understand the activity of a web server. It uses Server Sockets. Here are some details of the methods used:
How to open a server: Code: ServerSocket server; Code: Socket client = server.accept(); Code: is = new DataInputStream(client.getInputStream() ); Here is the first class: Code: import java.net.*; Code: import java.net.*; First start java DateServer and then java DateClient This code uses one single server. I can also teach you how to make it to work with multiple servers. Coming up next.. |
|||
07-29-2010, 09:53 PM,
|
|||
|
|||
Implementing Servers in Java
Were do i find Java Dateserver and Java DateClient? O.o
this looks really interesting |
|||
07-29-2010, 09:57 PM,
|
|||
|
|||
Implementing Servers in Java
mgmaik Wrote:Were do i find Java Dateserver and Java DateClient? O.o I already added the codes. All you need to do is copy and paste them in Java compiler. |
|||
07-29-2010, 10:01 PM,
|
|||
|
|||
Implementing Servers in Java
Razor Wrote:I already added the codes. All you need to do is copy and paste them in Java compiler. I don't know nothing about java, Java compiler? is that an app? lol were can i download that? |
|||
07-29-2010, 10:35 PM,
|
|||
|
|||
Implementing Servers in Java
I installed eclipse.. still dunno were to begin.. XD
|
|||
07-30-2010, 03:00 AM,
|
|||
|
|||
Implementing Servers in Java
Java is a high level and a good programming language which has many many advanced features
Thanks razor it takes some time for me to understand this u know why |
|||
07-30-2010, 03:06 PM,
|
|||
|
|||
Implementing Servers in Java
Interesting class, I'm in!
|
|||
12-26-2011, 07:33 PM,
|
|||
|
|||
RE: Implementing Servers in Java
If any of you need help with Java, i got 4 years of experience and am an advanced coder
|
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread | Author | Replies | Views | Last Post | |
Reading from a file. Perfect for Java-beginners! | t3hp0wnz0rrr | 4 | 7,178 |
12-29-2011, 09:04 AM Last Post: t3hp0wnz0rrr |
Users browsing this thread: 2 Guest(s)