File
Doc
Category
Size
Date
Package
InterfaceWithoutAllThrows.java
API Doc
Example
448
Mon Mar 13 12:36:52 GMT 2000
None
InterfaceWithoutAllThrows
java.lang.Object
public class InterfaceWithoutAllThrows extends Object
This shows that a class implementing an interface need not declare all the Throws that are declared in the interface.
Fields Summary
Constructors Summary
Methods Summary
public static void
main
(
java.lang.String[]
argv)
new InterfaceWithoutAllThrows().new baz().foo();
Java Code Source