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's the difference between an abstract class and interface in java?
Is java based on c?
How many wrapper classes are there in java?
How do you sort a list in java?
Can you make a constructor final in Java?
Describe string intern() methodology
hr interview how many minutes asking question
Can static methods be inherited?
What is immutable class in java?
Explain the difference between runnable and callable interface in java?
What are the advantages of arraylist over arrays?
Why there are some null interface in java? What does it mean?
What is nan inf?
What is singleton class and how can we make a class singleton?
What is a two-pass assembler?