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
Can we use switch statement with strings?
Why char array is preferred over string for storing password?
What data type is string java?
Write a java program for binary search?
What is navigable map in java?
What's the base class in java from which all classes are derived?
What is the use of generics? When was it added to the Java development Kit?
Explain the meaning of java applet.
what is the difference between future and callable interface in java?
What is the use of parseint in java?
How many types of gc are there in java?
Can we use synchronized block for primitives?
Is it possible for a yielded thread to get chance for its execution again?
What is static import?
What is meant by final class?