What is the difference between class forname and new?
No Answer is Posted For this Question
Be the First to Post Answer
what are depricated methods ?
Mention some features of java?
can we write two same methods in outer class and innerclass.
Can we override static methods in java?
how an we achive multiple inhetitance in java using interface..??
When we serialize an object does the serialization mechanism saves its references too?
How does thread synchronization occurs inside a monitor?
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
What is the life-cycle of an object?
What is difference between static and abstract class?
what is the Yield() method used in threads?
What is nested interface?