In which JDK version event-delegation model is introduced?
Answer Posted / ranganathkini
JDK 1.1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is null a keyword in java?
Wha is the output from system.out.println(“hello”+null); ?
Which java version is latest?
What are the two types of java?
In how many ways we can create threads in java?
Explain the difference between treeset and treemap in java?
Explain inheritance in java?
What are singleton services?
What is an immutable class? How to create an immutable class?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
How do you test a method for an exception using junit?
Can we able to pass objects as an arguments in java?
Does every java program need a main?
What is the use of using enum to declare a constant?
What are synchronized methods ?