Explain the init method?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is default constructors?

0 Answers  


What is the transient keyword?

0 Answers  


Is java a digit method?

0 Answers  


What is the use of accept () method in java?

0 Answers  


What is static synchronization?

0 Answers  






Why super is first line in java?

0 Answers  


Infinite loop using while ?

4 Answers  


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.

9 Answers  


What is the difference between a static and a non-static inner class in java programming?

0 Answers  


Do you know why doesn't the java library use a randomized version of quicksort?

0 Answers  


Name the components that are termed to be Heavy-weight component but available in Light-weight components?

0 Answers  


What is the use of static methods?

0 Answers  


Categories