Package accessModifier

Examples of accessModifier.accessML


class amLearn
{
  public static void main(String args[])
  {
    accessML a1=new accessML();
    a1.getI();
    //System.out.println(a1.j);
    Sample a2=new Sample();
    a2.get();
  }
View Full Code Here


class amLearn
{
  public static void main(String args[])
  {
    accessML a1=new accessML();
    a1.getI();
    System.out.println(a1.i);
  }
View Full Code Here

TOP

Related Classes of accessModifier.accessML

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.