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 java Applet?
How do you use find and replace?
What is meant by method?
What is array length in java?
What is static in java?
What is string in java? String is a data type?
What is the final method?
Explain about member inner classes?
What is a list in java?
Can we convert stringbuffer to string?
What is illegal identifier in java?
What is a functional interface?
What is Hierarchy of exception?
What is string made of?
What is the meaning of find and replace?