When abstract methods are used?
Answer / rakesh achary
When there is abstract class or in interface
| Is This Answer Correct ? | 0 Yes | 0 No |
What does main method?
What is function and method in java?
What are aggregate functions explain with examples?
Which non-unicode letter characters may be used as the first character of an identifier?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
Explain the use of volatile field modifier?
How to sort array in descending order in java?
What are benefits of java?
How to store image in arraylist in java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Difference between canvas class & graphics class?
How do you reverse a string in java?