what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / pandian
Access specifier are public,
private, or protected.
Access modifiers are public,
private, protected or default.
| Is This Answer Correct ? | 52 Yes | 534 No |
Post New Answer View All Answers
Why super is first line in java?
Is map sorted in java?
What is thread pool? How can we create thread pool in java?
Define locale.
Can we force garbage collector to run ?
What is parsing in java?
Tell us something about set interface.
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What is package private scope in java?
Why java is a platform independent? Explain
What is java thread dump, how can we get java thread dump of a program?
What is the importance of static variable?
What is set and get methods in java?
What are the main uses of this keyword?
Can a final variable be manipulated in java?