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
Difference between static and dynamic class loading.
What type of variable is gender?
How many types of java are there?
What is meant by data hiding/encapsulation?
What is meant by stack and queue?
Difference between abstract and concrete class ?
What are the two basic ways in which classes that can be run as threads may be defined?
What is scope of a variable?
explain the concept of virtual method invocation in polymorphism in detail?
what is object-oriented programming in java?
What is indexof in java?
How to declare objects of a class ?
Which method cannot be overridden in java?
What is mnemonic in assembly language?
What is use of functional interface in java 8? Explain