Why singleton class is used in java?


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

Post New Answer

More Core Java Interview Questions

How do you override a private method in java?

0 Answers  


Name the immediate superclass of the MenuComponent class?

1 Answers  


How many unicode characters are there?

0 Answers  


Can we define constructor in inner class?

0 Answers  


What is difference between final and finally in java?

0 Answers   Cyient,






Can an abstract class have a constructor?

1 Answers   RBS, Wipro,


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


Can we declare a class as abstract without having any abstract method?

0 Answers  


What is java virtual machine and how it is considered in context of java’s platform independent feature?

0 Answers  


wht is mean by dirty read?

1 Answers  


Can an interface have a class?

0 Answers  


What is the difference between Stream Reader and Stream Writer?

4 Answers  


Categories