What is singleton class in ruby?


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

Post New Answer

More Core Java Interview Questions

What is a finally block?

0 Answers  


How do you download stubs from Remote place?

0 Answers  


explain autoboxing in java?

0 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 static in java?

0 Answers  


why use interface? if interface declear a method implement in class. why direct implement method in class

1 Answers   HCL,


Can an abstract class be a final class?

0 Answers  


What is OOP Language?

0 Answers   Atos Origin,


Is it compulsory for a try block to be followed by a catch block in java for exception handling?

0 Answers  


Why do we use variables?

0 Answers  


What is method in java with example?

0 Answers  


When do you call copy constructor?

0 Answers   Tavant Technologies, Virtusa,


Categories