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
Can we assign the reference to this variable?
What is the file type?
What are the object and class classes used for?
Why arraylist is used in java?
What is byte [] in java?
What’s the difference between the methods sleep() and wait()?
Why we used vector class?
Can a final method be overloaded?
Explain 5 features introduced in jdk 1.7?
How do listeners work?
What is the difference between Java and C++?
Can a abstract class be declared final?
What is void class in java?
How do you check if a character in a string is a digit or letter?
Can you access non static variable in static context?