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

Answer Posted / arun

In old laguages like c,c++ we have public,private,protected and default are considered as "Access specifiers" but all remaining considered as "Access modifiers".

But in case of Java there is no such type of difference .all are(public,private,protected,default,final,abstract,strictfp,native,synchronized,transcient,volatile and static) considered as "Access modifiers"

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does int argc char * argv [] mean?

507


can rmi and corba based applications interact ?

658


What is the difference between scrollbar and scrollpane?

606


When a byte datatype is used?

561


How can a gui component handle its own events?

586






What is the final blank variable?

583


What is return type in java?

628


What is the name of the java compiler?

512


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

556


Why collection doesn’t extend cloneable and serializable interfaces?

636


give an example for encapsulation?

572


Is void a type?

579


How does multithreading take place on a computer with a single cpu in java programming?

520


What does n mean in java?

498


How the interruptible method gets implemented?

551