Can a singleton class be inherited?


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

Post New Answer

More Core Java Interview Questions

How can we avoid including a header more than once?

0 Answers   Fidelity,


Which method cannot be overridden in java?

0 Answers  


What is type casting?

2 Answers  


What is purpose of find feature?

0 Answers  


What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?

0 Answers  






how we can make a write-only class in java?

0 Answers  


What is ‘is-a ‘ relationship in java?

0 Answers  


Which command from the jdk compiles a java program?

0 Answers  


How do I enable java in safari?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size

6 Answers   Accenture,


What is garbage collection in Java, and how can it be used ?

32 Answers   Accenture, HCL, Infosys, Sara, SITS, TCS, Wipro,


Categories