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 is the purpose of using javap?
What is a pattern what is an anti pattern?
Can inner class final?
Is c better than java?
Explain different ways of creating a thread. Which one would you prefer and why?
Can we override tostring method in java?
How many unicode characters are there?
Can a function return a function?
What are the advantages of compiled language?
What is static data type in java?
What are 4 pillers of object orinted programming?
Which one will take more memory: an int or integer?
How do you include a string in java?
What is java volatile?
What is Mutex (Mutual Exclusion Object) ?