what is abstract method with example?
Answer Posted / abhishek,hingu
abstract method is a method whose implementation is
deferred to a subclass. Or, a method that has no
implementation
| Is This Answer Correct ? | 52 Yes | 6 No |
Post New Answer View All Answers
Where is jre installed?
What is the main use of java?
How to sort elements in a parallel array in java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What are JVM.JRE, J2EE, JNI?
What is high level language in computer?
How is string stored in java?
What is bytecode verifier?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What is the base class of all classes?
What are the important features of Java 8 release?
Give few difference between constructor and method?
Difference between java and javascript
Explain reverse a linked list iterative solution in java?
What are the differences between throw and throws?