What is the main difference between access modifiers and access specifiers?

Showing Answers 1 - 6 of 6 Answers

Rajesh

  • Nov 1st, 2005
 

RAJESH WROTE:Access Specifiers are private,public,protected and default.

where as Access modifiers are abstract,static final,

  Was this answer useful?  Yes

chittibabu

  • Apr 5th, 2006
 

Access specifiers are public,private,protected,default

were access modifiers are static,final,abstact,transient,synchronized and volitale

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions