hoe can u call a constructor of a private classs to other
inherited claa??
Answer / ditendra
class can't be private if it is not a inner class .
we can call constructor of inherited class from private
inner class using super()method.
| Is This Answer Correct ? | 18 Yes | 0 No |
Explain about wait() method?
Explain the importance of throws keyword in java?
What happens if an exception is not handled in a program?
Are maps ordered java?
How many Java environments are there?
1 Answers Phantom Technologies,
What are the new features in java 8? Explain
INTERVIEW QUESTION FOR ANDROID
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
Are floats faster than doubles?
How is final different from finally and finalize?
what is the purpose of using rmisecuritymanager in rmi?
What is visibility mode?