What are E and PI?
Is call by reference possible in 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.
java program with complete 4 oops concepts implemented example
What is the specification of ?CODEBASE? in an applet?
how to call a method in different package?
What is n in java?
What are Brief Access Specifiers and Types of Access Specifiers?
Does java linked list allow duplicates?
What is the Vector class?
How we can execute any code even before main method?
Write a code to show a static variable?
How do you compare objects in java?