What is the use of default method in interface in java? Explain
No Answer is Posted For this Question
Be the First to Post Answer
How can a gui component handle its own events?
Can an unreachable object become reachable again?
What is args length in java?
what is prepare statement? what is calabedtarement?
why we r not use pointers in corejava?
why pointer is not used in java?
Explain about public and private access specifiers?
What is nextint java?
Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.
what is main difference b/w abstract class and interface
What is application tier?
What are different types of multitasking?