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 finally block be used without a catch?
Explain public static void main(string args[]) in java.
Where are the local variables stored?
How do I run java on windows?
What do heavy weight components mean in java programming?
What are Interceptors?
When parseint method can be used?
can any one tell me what is advantage of encapsulation
Why is inheritance used in java?
in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
Why is a constant variable important?