Can singleton class be inherited in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is meant wrapper classes?
What are the properties of thread?
How do you write methodology?
How do you achieve singleton?
Is 'sizeof' a keyword?
Can you create an object of an abstract class?
What is a J2EE component? List out all the component?
What is the purpose of the main method?
What is the purpose of the File class?
How does arrays sort work in java?
How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?
What will happen if we write code like: try{}catch(exception e)catch(IOException i)