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
What are java packages?
Give reasons supporting that string is immutable.
What is difference between null and void?
Write a program to print all permutations of string?
Define an abstract class with reference to java.
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is finally and finalize in java?
Is binary a low level language?
What is static class
Why is method overloading not possible by changing the return type in java?
How do you sort a set in java?
What is array initialization in java?
What are the types of relation?
What is stack class in java?
What is module with example?