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


Please Help Members By Posting Answers For Below Questions

Which package has light weight components in java programming?

779


Is linked list a linear or non-linear data structure?

637


Can we use static class instead of singleton?

687


What is the use of callablestatement?

666


How to create a fecelet view?

659






How do you stop a thread in java?

696


What do you understand by overloading and overriding in java?

638


What is type conversion in java?

664


What are 5 boolean operators?

723


Can this keyword be used to refer static members?

631


What are exception handling keywords in java?

703


what invokes a threads run() method? : Java thread

658


what are synchronized methods and synchronized statements? : Java thread

660


What does it mean that strings are immutable?

695


What is Hierarchy of exception?

724