what is difference betwenn Access Specifier and Access
Modifier ????
Answer Posted / sudhir dhumal
Access specifiers specify the access level.
There are four access specifiers:
public, private, protected and default
Access modifiers are the keywords used to modify the statement and specify the access level.
There are three access modifiers:
public, private and protected
*Here we don't write default which means we are not modifying the statement so its not a access modifier it just specify the access level
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to convert string to byte array and vice versa?
What are the major advantages of internal iteration over external iteration?
What are the four corner stones of oop?
What is instanceof keyword?
How does class forname work in java?
Is void a data type in java?
Why set is used in java?
Can one thread block the other thread?
What is nested interface?
What is double parsedouble in java?
What is the difference between stream and buffer?
What are namespaces in java?
Can you extend main method in java?
How many bytes is a url?
What is the purpose of static methods and static variables?