Answer Posted / ah socheat
super class is a simple class that generally;
sub class is a class that inheritance from super class; and can use method or data type in super class(if method or datatype use as public);
Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
What is the major drawback of internal iteration over external iteration?
Write a program to print fibonacci series up to count 10.
Can we restart a dead thread in java?
Is null in java?
How can constructor chaining be done by using the super keyword?
What is stringjoiner ?
What is the purpose of the System class?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Why is it important to initialize a variable?
What is oop principle in java?
Is main is a keyword?
Why synchronization is important?
How do you use find and replace?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is the finalize method do?