servlets thread: How to call a class' method?
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();
...
}
|





