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

Answer Posted / ejp

There is no such thing as an 'access specifier' in Java so
there is nothing for 'access modifier' to be different from.
There are 'type specifiers' and 'access modifiers'. See the
Java Language Specification.

Is This Answer Correct ?    23 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between an array and an array list?

517


What is instance example?

529


What is default size of arraylist in java?

567


Where is the singleton class used?

594


How many bits are in a sentence?

598






Can string be considered as a keyword?

584


If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

603


Is sizeof a preprocessor?

555


Why heap memory is called heap?

600


What are keywords give examples?

588


What is the super void?

467


What are the two parts of a conditional statement?

524


What is canonical name in java?

630


what is instanceof operator used in java?

599


Print Vertical traversal of a Binary Tree.

615