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
When is the garbage collection used in Java?
What are keywords in java?
What does super keyword do?
what is the purpose of the runtime class?
What is the use of math abs in java?
How do you square a number in java?
Can private method static?
What is the simpletimezone class in java programming?
Is empty list java?
How do you escape in java?
Which one will take more memory: an int or integer?
How do you check if two given string are anagrams?
How many types of array are there?
What is array initialization in java?
What is widening and narrowing in java? Discuss with an example.