what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / indrabahadur singh
Access specifiers ::
The access specifier determines how accessible the field is
to code in other classes. Access ranges from totally
accessible to totally inaccessible. You can optionally
declare a field with an access specifier keyword: public,
private, or protected.
Access Modifiers ::
You can optionally declare a field with a modifier keyword:
final or volatile and/or static and/or transient.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is :: operator in java 8?
What is the meaning of variables in research?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is balanced tree in java?
Explain Basics of OOP Language in java
How can we create a thread in java?
Explain a situation where finally block will not be executed?
What is numel matlab?
What are 5 boolean operators?
What is the base class for error and exception?
What is time complexity java?
What is gc()?
Why java is used everywhere?
What is the difference between throw and throws keywords?