FileDocCategorySizeDatePackage
Interfaces.javaAPI DocExample624Mon Mar 29 15:59:50 BST 2004org.cookbook.ch04

Interfaces

public class Interfaces extends Object implements NewInterface
author
Steven Holzner To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

		String msg = "No problem.";
		new Interfaces().printem(msg);
	
public voidprintem(java.lang.String msg)

		System.out.println(msg);