Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is access modifiers?



What is access modifiers?..

Answer / sumit pal singh

In java there are four type of access modifier.
1.private:It is accessible only within the class.
2.default:If you don't use any modifier then it is treated as default bydefault .it is accessible within package.
3.protected:The protected access modifier is accessible within package and outside the package but through inheritance only.
4.public:The public access modifier is accessible everywhere. It has the widest scope among all other modifiers.

The access Modifier in java specify the scope of data member,method,constructor and class.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Core Java Interview Questions

How list contains works in java?

0 Answers  


why an outer class cannot be declared as private?

1 Answers  


What are the different types of inheritance in java?

0 Answers  


What is the use of default method in interface in java?

0 Answers  


What is a void method?

0 Answers  


What is difference between compatible and incompatible changes in serialization?

1 Answers   Synechron,


Is map ordered in java?

0 Answers  


Are true and false keywords?

0 Answers  


What is the difference between constructor and method?

4 Answers  


How is a structure different from array ?

0 Answers   Amdocs,


Explain purpose of sleep() method in java?

0 Answers  


Does list maintain insertion order java?

0 Answers  


Categories