what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / sunil
Acess specifers gives acess privelages to outside
application ot to others. they are public protected,
private,Defaults.
Acess Modifers gives additional meaning to data ,methods
clasees like final, abstract
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
Can we sort set in java?
What is linked hashset and its features?
How is string stored in java?
what is server side caching?
What does it mean that a class or member is final?
What are basic keywords?
What is mysql driver class name?
What is a two-pass assembler?
What is the difference between array and array list in java?
What is the significance of listiterator?
What is lexicographically smallest string?
When should I use a singleton?
Why singleton pattern is better than creating singleton class with static instance?
What is == in java?
Why do I need to declare the type of a variable in java?