What is a super class and how super class be called?
Answers were Sorted based on User's Feedback
Answer / ramakrishna challapalli
super class is a class which is inherited by sub class.
Super class methods are bu using super keyword Syntax is
super.methodname();
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
super class is the class that is inherited.
Is This Answer Correct ? | 0 Yes | 2 No |
C and C++ has constructors and distructors, why does Java does not have distructors?
Is main an identifier?
What is the static block?
What is the difference between panel and frame ?
7 Answers HCL, IBM, Raim Techno Solutions,
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
How can you read an integer value from the keyword when the application is runtime in java? example?
what is the purpose of the final in the try-catch-final
What is update method and when it is called?
How do you break a loop?
What do you mean by buffering?
What is an iterator interface in java programming?