What is a super class and how super class be called?
Answer Posted / ravikiran(aptech mumbai)
A super class is the one which is capable for the display of
members and methods to make the subclass to access them.
A super class will be get called by using extends keyword in
subclass
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what do you understand by the term string with respect to java?
What is a cup of java?
How to create a custom exception?
How can I debug the Java security exceptions and AccessControlExceptions?
What is callablestatement? How you can call stored procedure to pass in parameter?
What is style and indentation?
What does snprintf return?
Explain creating threads by implementing runnable class?
Which collection is sorted in java?
What is difference between float and double?
What are inner classes or non static nested classes in java?
What is the importance of static variable?
What is a line separator in java?
difference between byte stream class and character stream class?
What is the purpose of nested class in java?