GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java
Go To First  |  Previous Question  |  Next Question 
 Core Java  |  Question 413 of 502    Print  
What is the differance between Access Spacifier and Modifier.

  
Total Answers and Comments: 3 Last Update: February 14, 2008     Asked by: Preetam Kumar Mishra 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: sampra
 
Access specifire define the scope of member ie up to where it is accesble
modire chang the property of member


Above answer was rated as good by the following members:
talktoatish, bino75
July 24, 2007 14:22:41   #1  
Renu        

RE: What is the difference between Access Specifier an..
Access specifier like public private and protected.
Private - access only within the class
Protected - access only within the package
Public - access provided for the field from wherever it is called from can be also from the outside the package.

 
Is this answer useful? Yes | No
August 03, 2007 05:38:21   #2  
sujatham Member Since: January 2006   Contribution: 142    

RE: What is the differance between Access Spacifier an...
modifiers are mainly two type:
1.Access modifiers:public private and protected.
2.Non access modifier:strictfp abstract final static transient and volatile and native.

Access specier is the synonym for access modifier.

 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
February 14, 2008 23:57:34   #3  
sampra Member Since: February 2008   Contribution: 278    

RE: What is the differance between Access Spacifier and Modifier.
Access specifire define the scope of member ie up to where it is accesble
modire chang the property of member

 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape