Saturday, 27 July 2013

Access modifers in java

 Java's access specifiers are  : -
1. Public,
2. Private,
3.Default, and
4.Protected.
 Java also defines a default access level. protected applies only when inheritance is involved. The other access specifiers public  and private is described from below diagram.

Related Posts:

  • JAVA : Collections                     Collections And Framework                           … Read More
  • Top wesbites to learn Java Wish to create your software games and web applications .Here i suggest some resource for you. Now you habe to practice the things which you read theoretically. It will help to sharp your skills .Apart from us LANG-ADDA the… Read More
  • Class in JAVA BASIC All the objects that have similar properties and similar behavior are grouped together to form a class. Class is the java way to implement encapsulation.A class is a user defined data type and objects are the ins… Read More
  • History of JAVA Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as  &nbs… Read More
  • Installing JAVA AND Setting CLASS PATH  Installing JAVA AND Setting CLASS PATH        Install jdk 7.4(latest version) or any  other lower                    version.   &… Read More

0 comments:

Post a Comment