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
Which package has light weight components in java programming?
Is linked list a linear or non-linear data structure?
Can we use static class instead of singleton?
What is the use of callablestatement?
How to create a fecelet view?
How do you stop a thread in java?
What do you understand by overloading and overriding in java?
What is type conversion in java?
What are 5 boolean operators?
Can this keyword be used to refer static members?
What are exception handling keywords in java?
what invokes a threads run() method? : Java thread
what are synchronized methods and synchronized statements? : Java thread
What does it mean that strings are immutable?
What is Hierarchy of exception?