How many types of modifiers are there?
There are two types of modifiers as 1. Access-modifier and 2. Non-access-modifier
| Is This Answer Correct ? | 5 Yes | 0 No |
What is ‘is-a ‘ relationship in java?
y cant i declare method like public final static show()
Which java.util classes and interfaces support event handling?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What is the relationship between class and object?
How do you clear a list in java?
What is the difference between final, finally and finalize()?
Where are the local variables stored?
What does string mean in java?
What is not thread safe?
Is it possible to declare abstract class as final?What happens if we do so?
How to call static method?