what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / vijay
Access Specifiers :
1. Private
2. Public
3. Default
4. Protected
Non - Access Specifiers (Access Modifiers):
1. Abstract
2. Final
3. Native
4. Static
5. Synchronized
6. Transient
7. Volatile
8. Strictfp
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you mean Abstraction in java?
Give me some null interfaces in java?
What is fundamental datatype?
What are the types of collections in java?
Can we have any other return type than void for main method?
How do you override a private method in java?
How do you detect memory leaks?
Can you start a thread twice in Java?
Can a vector contain heterogenous objects?
What is a java applet? What is an interface?
How do you start a new line in java?
Is there a jre for java 11?
Why are parameters used in functions?
What is data type in computer?
What restrictions are placed on method overloading in java programming?