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
Can you explain inner class.
Is java ee a framework?
What is the difference between a factory and abstract factory pattern?
What is the size of an array?
What is polymorphism in java? What are the kinds of polymorphism?
What are static blocks and static initalizers in java ?
What is array sorting in java?
What are the types of java?
Which collection allows duplicate values in java?
What is the use of set in java?
Explain the difference between protected and default access.
What is difference between calling start() and run() method of thread?
Define "Access specifiers" in java.
What happens if an exception is not handled in a program?
How many ways can we create the string object?