![]() |
#2
alleni1232011-12-19 02:07
|

package hello;
import java.util.Date;
public class Greeting {
public static String hello() {
return "Hello at : " + new Date();
}
import java.util.Date;
public class Greeting {
public static String hello() {
return "Hello at : " + new Date();
}