What is hotjava?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about interrupt() method of thread class ?
finalize() method?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is string [] args?
What is object of class in java?
What does void * mean?
Is null a string in java?
What is the difference between member variables initialization and assignment in a constructor?
Is list thread safe in java?
what are the jsp tags with example?
whst is encapsulation?when u encpsulate actually while devoloping code?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?