FileDocCategorySizeDatePackage
ToStringWithout.javaAPI DocExample331Tue Feb 20 13:07:40 GMT 2001None

ToStringWithout

public class ToStringWithout extends Object

Fields Summary
int
x
int
y
Constructors Summary
public ToStringWithout(int anX, int aY)
Simple constructor

		x = anX; y = aY;
	
Methods Summary
public static voidmain(java.lang.String[] args)
Main just creates and prints an object

 
		System.out.println(new ToStringWithout(42, 86));