edu.pdx.cs399J.j2se15
Class StaticImports

java.lang.Object
  extended by edu.pdx.cs399J.j2se15.StaticImports

public class StaticImports
extends Object

Demonstrates J2SE's "static import" facility.

Since:
Summer 2004
Version:
$Revision: 1.1 $
Author:
David Whitlock

Constructor Summary
StaticImports()
           
 
Method Summary
static void main(String[] args)
          Prints the sum of the integers entered on the command line
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticImports

public StaticImports()
Method Detail

main

public static void main(String[] args)
Prints the sum of the integers entered on the command line



Copyright © 2000-2009 Portland State University. All Rights Reserved.