how to write a server program and sending the mails to the server using smtp protocol please help me
what is thread in Java ?
What classes of exceptions may be caught by a catch clause in java programming?
Can we override constructor in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Define a java class.
What are the two environment variables that must be set in order to run any java programs?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is string in java is it a data type?
I want to persist data of objects for later use. What is the best approach to do so?
Explain about features of local inner class?
What are the uses of java?
What is navigable map in java?
Enlist diffrent types of inheritance supported by java?
How do you read a char in java?