what is the Diff. between Access Specifiers and Access
Modifiers?

Answer Posted / pandian.r

Access Specifier are used to specifiy how the member
variable ,methods or class to other classes.They are
public ,private and protected.


Access Modifier:
1.Access
2.Non Access

Access:
public ,private,protected and default.
Non Access:

abstract,final,native,static,synchronized,transient,volatile
and strictfp

Is This Answer Correct ?    161 Yes 68 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to compare strings in java?

512


Can an unreferenced object be referenced again?

775


How will you print number in reverse (descending) order in BST.

593


How do you remove duplicates in java?

536


What is the purpose of the System class?

589






Tell us something about an iterator.

555


Is class is a data type?

582


What is character in data type?

558


How many decimal digits is 64 bit?

541


What does the string method compareto () do?

546


What are memory tables?

616


What are functions in java?

508


How to create an interface?

633


What is difference between array and vector?

547


What is anagram number?

466