what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / arun
In old laguages like c,c++ we have public,private,protected and default are considered as "Access specifiers" but all remaining considered as "Access modifiers".
But in case of Java there is no such type of difference .all are(public,private,protected,default,final,abstract,strictfp,native,synchronized,transcient,volatile and static) considered as "Access modifiers"
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a checked and an unchecked exception?
Explain public static void main(string args[]).
What are the important features of Java 11 release?
Does java isempty check for null?
Are variables stored in ram?
What is a constructor, constructor overloading in java?
What is anti pattern in java?
Explain the access modifiers for a class, method and variables?
What is java Applet?
Can you explain the cs option of java interpreter?
In which order the iterator iterates over collection?
What is use of a abstract variable?
Can we convert list to set in java?
Difference between notify() method and notifyall() method in java?
How does split work in java?