what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / tamanna
access specifier:
an access specifier allows the user to
control the access of classes,methods and fields.
access modifier:
an access modifier specifies the visibility
ofclasses,methods and fiels.
| Is This Answer Correct ? | 19 Yes | 62 No |
Post New Answer View All Answers
What will be the initial value of an object reference which is defined as an instance variable?
What are the data types supported by java? What is autoboxing and unboxing?
How many types of parsers are there?
Difference difference paint() and paintcomponent()?
What is the disadvantage of synchronization?
What are inner classes or non static nested classes in java?
Is call by reference possible in java?
Explain java coding standards for interfaces?
Is null an object java?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What are different access specifiers in java?
Explain serialization and deserialization in java?
What does void * mean?
What are 5 boolean operators?
What is maximum size of arraylist in java?