edu.pdx.cs399J.lang
Class PassByValue

java.lang.Object
  extended by edu.pdx.cs399J.lang.PassByValue

public class PassByValue
extends Object

Demonstrates Java's pass by value mechanism


Constructor Summary
PassByValue()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassByValue

public PassByValue()
Method Detail

main

public static void main(String[] args)


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