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
When should you use arraylist and when should you use linkedlist?
Can we create object of static class?
Explain what are final variable in java?
What is bom encoding?
What are register variables what are the advantages?
how can you take care of mutual exclusion using java threads? : Java thread
What do you mean by synchronized non access modifier?
What does the “static” keyword mean? Can you override private or static method in java?
Explain java coding standards for constants?
What is the purpose of an interface?
What is a substring of a string?
What is quick sort in java?
What is the use of protected in java?
Explain the use of sublass in a java program?
How does finally block differ from finalize() method?