Can a class with private constructor be extended?
No Answer is Posted For this Question
Be the First to Post Answer
Why java is considered dynamic?
Explain naming conventions for packages?
What is Applet Flickering ?
1 Answers Infosys, Persistent,
How does remove work in java?
What is keyword in oop?
What are the ways to instantiate the class class?
How do you use compareto?
What is meant by string is immutable?
Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
Explain the purpose of garbage collection in Java?
what is difference betweem home interface and remote interface?
when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).