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

Can a class extend abstract class or interface? why

4 Answers   Wipro,


How variables are stored in memory?

0 Answers  


what is j2se

3 Answers  


what is translator and it types

1 Answers  


How to restrict a member of a class from inheriting by its sub classes?

0 Answers  






ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 Answers  


What is use of set in java?

0 Answers  


How do I remove a character from a string in java?

0 Answers  


Can we override tostring method in java?

0 Answers  


Why is it important to initialize a variable?

0 Answers  


Name the methods that used to get and set the text label displayed by a Buttonobject?

1 Answers  


Does substring create a new object?

0 Answers  


Categories