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
Can a string be null?
What are the different approaches to implement a function to generate a random number?
What is the synonym of string?
Explain the purpose of garbage collection in Java?
What are local variables?
Write a function for palindrome and factorial and explain?
Describe the process as to how substring() methodology mechanisms in java.
What are the advantages of user defined functions?
Say any two properties in beans?
What is == in java?
What is array command?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is tree in java?
How many classes can any class inherit java?
What is the difference between hashmap and hashtable in java?