edu.pdx.cs399J.j2se15
Class VarArgs

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

public class VarArgs
extends Object

Demonstrates variable-length method arguments in J2SE 1.5.

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

Constructor Summary
VarArgs()
           
 
Method Summary
static void main(String[] args)
          Prints the sum of a bunch of numbers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VarArgs

public VarArgs()
Method Detail

main

public static void main(String[] args)
Prints the sum of a bunch of numbers



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