what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / ejp
Answer #13 is still the only correct answer here. The term
'access specifier' does not appear in the Java Language
Specification. And why would something called an 'access
specifier' be concerned with native/abstract/final anyway?
This is all just nonsense.
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
What are advantages of using Java?s layout managers than windowing systems?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What will happen if a thrown exception is not handled?
How do we access static members in java?
What are the various access specifiers in java?
What is the name of the java compiler?
what is the purpose of the runtime class?
Java is pass by value or pass by reference? Explain
What are thread local variables?
Why static functions are used?
How to print an arraylist in java?
What is adapter in java?
What is the difference between final, finally and finalize() in java?
Can we assign null to double in java?
What is array length?