Class MaxValues

java.lang.Object
  |
  +--MaxValues

public class MaxValues
extends java.lang.Object

Demonstrate the values that are provided for us as limits for the various primitive types.


Constructor Summary
MaxValues()
           
 
Method Summary
 void printValues()
          print out a list of max values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxValues

public MaxValues()
Method Detail

printValues

public void printValues()
print out a list of max values



Generated by BlueJ