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 java coding standards for classes or java coding conventions for classes?
Distinguish method overloading and overriding
When do I need to use reflection feature in java?
What is a condition in programming?
What is file class and what is its purpose?
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?
What are parameters in a method?
Which methods cannot be overridden in java?
Does java arraylist maintain insertion order?
Is java map thread safe?
Can you override a final method?
What are latest features introduced with java 8?