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
Can a constructor be made final?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
How many decimal digits is 64 bit?
What is the string function?
What happens if a constructor is declared private?
What is the size of arraylist in java?
Why does java have different data types for integers and floating-point values?
Write a code to show a static variable?
What does java stand for?
Which programming language is most secure?
What happens if we override only equals?
How do you escape a string?
Can an abstract class be a final class?
Does variable declaration allocate memory?
What is tree node in java?