Can you extend singleton class?


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

Post New Answer

More Core Java Interview Questions

What is the difference between actual and formal parameters?

0 Answers  


Give example to differentiate between call by value and call by reference.

0 Answers   TCS,


what is meant by Garbage collection?

0 Answers   Cap Gemini,


If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?

5 Answers   KPIT,


What do you mean by local variable and instance variable?

0 Answers  






Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


Why java does not support pointers?

0 Answers  


What are legal modifiers that we can use to declare an inner class?

1 Answers   Infosys,


what is AWT

3 Answers  


Can an interface be defined inside a class?

0 Answers  


How can we pass argument to a function by reference instead of pass by value?

0 Answers  


What are the topics in core java?

0 Answers  


Categories