What do you know about java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the significance of java packages?
What part of memory - Stack or Heap - is cleaned in the garbage collection process?
What is the differences between c++ and java? Explain
What is computer compiler?
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.
Why convert an applet to an application?
what is ennumaration?
Give an example of use of pointers in java class.
Why should I use abstract class?
Why is java called the platform independent programming language?
How OOPS concept is achieved in Java?
6 Answers Cognizant, JPMorgan Chase, Xavient,
Can you extend singleton class?