What are Access Specifiers and Access Modifiers.
Answer Posted / praveen pandey
Access specifiers are used to grant permissio to access
datamembers,property of classes and methods from others.
Public,private,protected,protected Internal,default.
But modifiers are useing support the functionality of a
method.
static,final,synchronized,abstract.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
How can we make copy of a java object?
What is javac_g?
What is final keyword?
What are static methods?
What is unmodifiable collection in java?
What is empty list in java?
List some important characteristics on jre
What is method reference?
Does java linked list allow duplicates?
Can an interface be defined inside a class?
What is a hashmap used for?
What is the difference between class & object?
What is difference between an object and a class?
What does compareto () do in java?
What is hashtable and explain features of hashtable?