Package webserg.pazzlers.ch8

Source Code of webserg.pazzlers.ch8.ClientApi

package webserg.pazzlers.ch8;

import webserg.pazzlers.ch8.library.Api;

public class ClientApi {
  private String myOwnField = "";

  /**
   * @param args
   */
  public static void main(String[] args) {
    Api api = new Api();
    System.out.println(api.getField());
    System.out.println(api.getMyOwnField());
  }

}
TOP

Related Classes of webserg.pazzlers.ch8.ClientApi

TOP
Copyright © 2018 www.massapi.com. 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.