What are different types of arrays?
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.
What are class types in java?
write the hierarchy of component class?
Why string is called as immutable?
i need example for java abstraction. where we use abstraction and why we need abstraction.
what is real-time example of runtime polymorphism and compile time polymorphism
Is object a data type?
JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu
Can we override static methods?
18 Answers Bally Technologies,
What is static and a non-static inner class?
Functionality of JVM?
What is the method used to get the absolute value of a number?