What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
No Answer is Posted For this Question
Be the First to Post Answer
What is finalize() function in java?
What do you understand by private, protected and public?
Which data type is a class in java?
Why transient variables wont participate in serialization?
Difference between notify() method and notifyall() method in java?
briefley expalin about the packages
How many bits is a char?
What is the difference between length and size in java?
A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet
what is the form of storage space in java?
explain about jre and jvm
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread