what models are available for event handling?
Answer / niranjanravi
EventDelegation and Eventinheritance maodel.EventDelegation
model is more advantageous than EventInheritance model.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the flag in java?
What is local class in java?
What is the difference between heap memory and stack memory?
What is meant by polymorphism?
33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac
Explain about the performance aspects of core java?
Why webdriver is an interface?
Explain different types of thread priorities ?
What is string in java with example?
Explain super keyword in java.
What is main function purpose?
Difference between this(), super()?
12 Answers College School Exams Tests, Oracle,