What is the base class in java from which all classes are derived?
No Answer is Posted For this Question
Be the First to Post Answer
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.
How do u provide security in java
How strings are created in java?
What's the difference between comparison done by equals method and == operator?
what is the purpose of the runtime class?
Does A Class Inherit The Constructors Of Its Superclass?
What is the difference between serializable and externalizable interfaces?
Explain static nested classes ?
Explain aggregation in java?
What are the common problems you have faced while implementing Java?
What is java virtual machine? Explain
What are the different types of java?