What are Brief Access Specifiers and Types of Access Specifiers?
Answer Posted / nashiinformaticssolutions
To assist JVM in comprehending the extent of a variable, method, and class, access specifiers are predefined keywords. Four access specifiers are available to us.
Specifier for Public Access
Specifier for Private Access
Specifier of Protected Access
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the parts of methodology?
What is the difference between assignment and initialization?
How do you check whether the list is empty or not in java?
How do you override a variable in java?
What does main method?
How will you get the platform dependent values like line separator, path separator, etc., ?
Why spring singleton is not thread safe?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What does those terms actually mean included in the j.d.k i.6?
How many types of constructors are used in java?
Is arraylist a class in java?
What do bitwise operators do?
What is integer valueof?
Can we assign null to double in java?
What is a copy constructor in java?