how to write a program for chat function using core java
Answer / amit2009mca
using the networking then you wilkl get the answer
teach the networking in java
other wise comtact om my emailo id amitsing2008@gmail.com
make a socket conneection
amd a server socket connection
use network stream to transfer the data from server side to
client and viseversa.
thanks
Is This Answer Correct ? | 2 Yes | 0 No |
Can we add default constructor to Servlet?
What is passed by reference and pass by value ?
Why is java called the platform independent programming language?
write a code, we have two thread, one is printing even no and other print the odd no.
Can a class have multiple superclasses?
Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?
adapter class ?
How will you call an Applet using Java Script Function?
Can an interface extend another interface?
waht happens when a return type ,even void is specified for a constructor?
Explain different ways of passing arguments to sub-routine?
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?