Differentiate jar and war files?
No Answer is Posted For this Question
Be the First to Post Answer
what do you mean by classloader in java?
What is java util collection?
what should do when using multiple catch() block & what should never do for the same?
Is list thread safe in java?
How can you sort dates?
What is the benefit of abstract class?
What are the topics in core java?
What about instanceof operator in java?
Explain the difference between transient and volatile in java?
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data
What are the uses of java?
What is the use of ?this??