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
How to write custom exception in java?
What is data structure in java?
Difference between Preemptive scheduling vs. Time slicing?
What is scanner in java?
Describe method overriding
What is empty string literal in java?
Is the empty set a singleton?
What is quick sort in java?
How do you access command-line arguments within the code?
What is arrays aslist in java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
Write an algorithm for quick sort?
What is the do while loop syntax?
What is the largest data type in java?
What is sleep method?