What are Access Specifiers and Access Modifiers.
Answer Posted / taji
The access-specifier determines the access to the names that follow it, up to the next access-specifier or the end of the class declaration
i.e public, protected and private.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is the function of character?
What type of language is java?
What is void data type?
What is hasnext in java?
Why char array is preferred over string for storing password?
What do you mean by ternary operator in java?
How can you set the applet size?
What is functional interface in javatpoint?
What are different access specifiers in java?
Explain when noclassdeffounderror will be raised ?
Is passing by reference faster?
Does a function need a return?
java program with complete 4 oops concepts implemented example
What is variable and example?
what is meant by abstract class?