what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / pandian.r
Access Specifier are used to specifiy how the member
variable ,methods or class to other classes.They are
public ,private and protected.
Access Modifier:
1.Access
2.Non Access
Access:
public ,private,protected and default.
Non Access:
abstract,final,native,static,synchronized,transient,volatile
and strictfp
| Is This Answer Correct ? | 161 Yes | 68 No |
Post New Answer View All Answers
How many types of equations are there?
What is the purpose of default constructor?
What is prime number in java?
Which java ide is used the most?
What environment variables do I need to set on my machine in order to be able to run java programs?
Can we store variables in local blocks?
What is the static block?
Will set allow duplicates in java?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What is api in java?
What is the difference between notify and notifyall method?
What are the differences between string, stringbuffer and stringbuilder?
Does java set allow duplicates?
Can we define private and protected modifiers for the members in interfaces?
What is an object in java?