What is jvm? Why is java called the platform independent programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What is Yield() method when we r using this ? tell exactly
What is boolean law?
What is a Presistent Object?
0 Answers InfoAxon Technologies,
Can a class extend abstract class or interface? why
what is the Arraylist limit (maximum) by default ?
13 Answers Fidelity, PlanetSoft, Wipro,
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.
Can we create our own daemon thread?
What is the purpose of the finalize() method?
Why is string buffer better than string ?
What are wrapper classes?
What is mean by collections in java?
What is the function of character?