what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / jiggi
Class Modifiers / Member Modifiers
Modifiers :
public protected private
abstract static final synchronized native strictfp
The access modifiers are public, protected and private
The modifier (non Access modifiers) abstract static final synchronized native strictfp
Modifiers are also called as Specifiers
Ref :Java language Specification 8
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How concurrent hashmap works?
What is ternary operator?
What is the use of http-tunneling in rmi?
what are the high-level thread states? : Java thread
What is the old name of java?
Explain features of interfaces in java?
Explain about the interpreter in java?
What is a double vs float?
Explain about sets?
What does t in java mean?
What is the difference between inner class and nested class?
Explain about member inner classes?
What is Java Package and which package is imported by default?
Explain what access modifiers can be used for methods?
How to make a non daemon thread as daemon?