what is abstract method with example?
Answer Posted / sriragv
Abstrace method is a method which is having abstract
keyword and which may not be defined.
| Is This Answer Correct ? | 14 Yes | 12 No |
Post New Answer View All Answers
How many bytes is string in java?
How does map works in java?
What is time complexity java?
How do you compare two strings lexicographically?
Variables used in a switch statement can be used with which datatypes?
Why do we declare a class static?
What does += mean in java?
What is Major and importance difference between for and foreach loop ?
Why are data types important?
Give an example of call be reference significance.
When to use runnable interface vs thread class in java?
What does regex mean?
Is passing by reference faster?
Difference between static and dynamic class loading.
What is Java Annotations?