what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / murali m
Access Specifiers
They are used to set the visibility of a
class or variable or a method.
ex:public,private,protected and default.
Access Modifiers
They are used to optionally declare a
field.
ex:abstract,native,transient,final,static and volatile.
| Is This Answer Correct ? | 58 Yes | 35 No |
Post New Answer View All Answers
What is the difference between final, finally and finalize() in java?
What is the reason behind using constructors and destructors?
what is synchronization and why is it important? : Java thread
How do you clear an arraylist in java?
Explain the difference between hashmap and hashtable in java?
Can you inherit from an abstract class java?
How many ways can we create singleton class?
What is java util list?
What is array command?
What is meant by structural programming?
Explain try and catch keywords in java?
What is basic syntax?
What are methods?
Explain about member inner classes?
What is an image buffer?