Answer Posted / janardhan
inheritance means producing new class from an existing class.
ex: public class Student extends Teatcher{}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does sizeof return?
Can we define private and protected modifiers for variables in interfaces?
Which collections are thread safe in java?
Which of the following is not an isolation level in the JDBC
What are accessor methods in java?
What are the Main functions of Java?
Why enumeration is faster than iterator?
Can we execute a program without main() method?
Give example to differentiate between call by value and call by reference.
Explain the reason behind ending a program with a system.exit(0)?
What are the 6 mandatory procedures for iso 9001?
Is namespace same as package in java?
How to set the permissions to a file in java?
What is JVM and is it platform independent?
Give us the name of the list layoutmanagers in java?