I read the Wiki and looked at the examples in src/samples/ but it wasn't clear on when I would use a line like:
public class MyClass implements Daemon or just public class MyClass (without the implements portion). Is there any logic or reasons for when to use the implements Daemon and when not to? Any significant difference? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
