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
What comes to mind when someone mentions a shallow copy in java?
Why we use methods in java?
What is meant by main method?
What is the type of lambda expression?
define polymorphism in java
Compare Mutex and Semaphore in java.
What is meant by oops concept in java?
Can extern variables be initialized?
What is break and continue statement?
Can we have static methods in an interface?
Where local and global variables are stored?
What class allows you to read objects directly from a stream in java programming?
Where pragma is used?
What is object class in java?
What data structures are used to perform recursion?