/* This is just an arbitrary class, to test at runtime whether this class implements an arbitrary interface or not. */ public class MyClass { public void println(String text) {} public void print(String text) {} }