what is abstract method with example?
Answer Posted / vijay, hangar17
Abstract method is a method that has incomplete body. The
body is defined by the class which extends the abstract class.
Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
Is java type safe?
Write a code to show a static variable?
Where are local variables stored?
What is t in parametric equations?
What is the need of transient variables in Java ?
What do you mean by light weight and heavy weight components?
What are the restrictions that are applied to the java static methods?
Difference between nested and inner classes ?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What does arrays sort do in java?
What are the java ide's? Explain
List some important characteristics on jre
How to check if a list is sorted in java?
Explain about oops concepts.
what is the purpose of using rmisecuritymanager in rmi?