HelloDate
This java program is to show the date of month.
import java.util.*;
public class HelloDate {
public static void main (String[] args) {
System.out.println ("Hello, it's: ");
System.out.println(new Date());
}
}
By Santosh Wadghule
This java program is to show the date of month.
import java.util.*;
public class HelloDate {
public static void main (String[] args) {
System.out.println ("Hello, it's: ");
System.out.println(new Date());
}
}
Written by Santosh Wadghule
August 13, 2007 at 4:43 pm
Posted in Java, Uncategorized
|
Blog at WordPress.com. — Journalist theme by Lucian E. Marin