When abstract methods are used?
Answer / rakesh achary
When there is abstract class or in interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you override a final method?
What does i ++ mean in Java?
what is the swingutilities.invokelater(runnable) method for? : Java thread
Explain, why the constructor is required in implemented class?
What is the relationship between a method?s throws clause and the exceptions that can be thrown during the method?s execution?
Can we access the non-final local variable, inside the local inner class?
What are triggers in DB? Explain their types. How do they work?
Explain method local inner classes ?
Is it possible to specify multiple jndi names when deploying an ejb?
How does a for loop work?
What is parsing in java?
What is difference between protected and private?