what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / tamanna
access specifier:
an access specifier allows the user to
control the access of classes,methods and fields.
access modifier:
an access modifier specifies the visibility
ofclasses,methods and fiels.
Is This Answer Correct ? | 19 Yes | 62 No |
Post New Answer View All Answers
What are the types of relation?
explain autoboxing in java?
What are the 6 boolean operators?
Explain the protected field modifier?
Why there is no call by reference in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
How many bytes is a string java?
List some important characteristics on jre
What defines function?
Why is sizeof not a function?
What is used of static keyword in java?
What is literal example?
What is the class in java?
How to perform linear search in java?
Difference difference paint() and paintcomponent()?