Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Fern Sanchez   on Sep 18 In Java Category.

  
Question Answered By: Sherrie Thomas   on Sep 18

/* The MyDate class  implements an application that
* displays "Hello World!" to the standard output.
*/
public class MyDate {
public static void main(String[] args) {
// Display "My Date!"
System.out.println("My Date!");
}
}

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Creating Classes Or get search suggestion and latest updates.


Tagged: