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
What is an object in java?
Write a program to find the whether a number is an Armstrong number or not?
What is the purpose of an interface?
How many bits is a boolean?
Differentiate between overriding and overloading cases?
List implementations of list interface?
Can we have more than one package statement in source file ?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What is collection api?
What is the syntax and characteristics of a lambda expression?
What is the size of string?
If a class is declared without any access modifiers, where can the class be accessed?
What is the difference between normal report & matrix report?
What is communist flag?
What is the purpose of final keyword and when to use it?