What are Access Specifiers and Access Modifiers.
Answer Posted / emmanuel opoku
Access specifier determines whether unrelated and derived
classes can access the inherited public and protected
members of the base.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How will you get the platform dependent values like line separator, path separator, etc., ?
How do you do a line break in java?
What is the purpose of using break in each case of switch statement?
What is the buffer limit?
What is a java object and java application?
What is singleton class in ruby?
Which is a valid identifier?
What are advantages and disadvantages of OOPs?
What is thread life cycle?
How to access arraylist elements in java?
Can an interface have a class?
What is :: operator in java?
I want to persist data of objects for later use. What is the best approach to do so?
When do I need to use reflection feature in java?
What is proper subset?