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
Write a java program for binary search?
What do you understand by classes in java?
How big is a boolean?
What makes a function well defined?
What is variable argument in java?
Is space a char?
What is the purpose of using break in each case of switch statement?
What is the largest long allowed by java?
why we use merge option in hybernate pls give a ex snippet
Is integer passed by reference in java?
What is the purpose of the file class in java programming?
why are there separate wait and sleep methods? : Java thread
What is the functionality of the stub?
What is the use of volatile in java?
What does += mean coding?