how to write a program for chat function using core java



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

Post New Answer

More Core Java Interview Questions

Can we add default constructor to Servlet?

1 Answers   Fidelity,


What is passed by reference and pass by value ?

0 Answers  


Why is java called the platform independent programming language?

0 Answers  


write a code, we have two thread, one is printing even no and other print the odd no.

1 Answers   Global Logic,


Can a class have multiple superclasses?

0 Answers  


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?

7 Answers   Ericsson,


adapter class ?

2 Answers  


How will you call an Applet using Java Script Function?

0 Answers  


Can an interface extend another interface?

0 Answers  


waht happens when a return type ,even void is specified for a constructor?

11 Answers  


Explain different ways of passing arguments to sub-routine?

1 Answers  


What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?

5 Answers  


Categories