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
What is supplier in java?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is difference between final and finally in java?
Why does java have two ways to create child threads? Which way is better?
What is the char data type?
What is printwriter in java?
Which api is provided by java for operations on set of objects?
Which are the two subclasses under exception class?
What is a parent class in java?
How do you read and print a string in java?
What is the difference between == and === javascript?
What will happen to the exception object after exception handling?
What is anonymous inner class?
What are the different http methods?
Is java a prime method?