Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: How to call a class' method?


Message #1 by hokodesign@y... on Sun, 6 May 2001 20:44:36
i'm trying to compile the code of the book professional java xml prog. 
logger.java, I have compiled miscDate.java but i can not compile the logger
here is the code:
package MyNa.utils;
// logger class
import java.io.*;

public class Logger { 
...
    String S= MiscDate.todaysDate();
...
}

  Return to Index