What are access modifiers?
There are 4 access modifiers
• Public
• Protected
• Default
• Private
| Is This Answer Correct ? | 5 Yes | 0 No |
Can you inherit a constructor java?
What is the meaning of immutable regarding string?
What do you mean by multithreaded program?
How can we make string upper case or lower case?
Which collections are thread safe in java?
What is instanceof keyword?
What is the difference between interpreter and compiling ?
justify c is portable
What is jit compiler in java?
How do constructors use this() and super()?
Difference between the paint() and repaint() methods?
what are the differences between final,finally,finalize methods?