what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / ejp
There is no such thing as an 'access specifier' in Java so
there is nothing for 'access modifier' to be different from.
There are 'type specifiers' and 'access modifiers'. See the
Java Language Specification.
| Is This Answer Correct ? | 23 Yes | 17 No |
Post New Answer View All Answers
how to create constants in java?
What is array initialization in java?
Why synchronization is important?
When to use runnable interface vs thread class in java?
State the significance of public, private, protected class?
What is the difference between path and classpath variables?
Is it possible to write a regular expression to check if string is a number?
State differences between C and Java?
Why we used vector class?
What is meant by inheritance and what are its advantages?
What is the main use of java?
What is output buffer?
What is classpath?
What is the purpose of the enableevents() method in java programming?
What is variable declaration and definition?