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 are the basics of core java?
What does string mean in java?
What is string pool in java?
What is java reflection api?
What is the size of integer?
what is encapsulation in java? Explain
Can arraylist hold different types java?
How to sort a collection of custom Objects in Java?
how are methods defined?
Tell me the Importent classes in net package?
What is ctrl m character?
What are the types of strings?
What is the difference between Array and Hash Table?
What are local variables?
Can you make a constructor final in Java?