File
Doc
Category
Size
Date
Package
Interfaces.java
API Doc
Example
624
Mon Mar 29 15:59:50 BST 2004
org.cookbook.ch04
Interfaces
java.lang.Object
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 void
main
(
java.lang.String[]
args)
String msg = "No problem."; new Interfaces().printem(msg);
public void
printem
(
java.lang.String
msg)
System.out.println(msg);
Java Code Source