edu.pdx.cs399J.j2se15
Class StaticImports
java.lang.Object
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
|
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 |
StaticImports
public StaticImports()
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.