[go: up one dir, main page]

0% found this document useful (0 votes)
83 views1 page

Java Beginners: Build Your First App

- The document provides instructions for a new Java programming assignment, asking the reader to create a new Java project with a package and class containing a main method that displays the message "This is the happiest day of my life". It congratulates the reader on completing their first Java program and encourages them to have fun with the assignment.

Uploaded by

MatejŠarlija
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
83 views1 page

Java Beginners: Build Your First App

- The document provides instructions for a new Java programming assignment, asking the reader to create a new Java project with a package and class containing a main method that displays the message "This is the happiest day of my life". It congratulates the reader on completing their first Java program and encourages them to have fun with the assignment.

Uploaded by

MatejŠarlija
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

 

 
 
Learn Android and Java By Building 16 Amazing Apps!   
 
 
Assignment #1 
 
Congratulations on your first Java Program!!  This is a great accomplishment, and you should 
feel proud ­ you deserve it. 
Now, here’s a little assignment for you to complete: 
 
­ Create a  new Java Project ( just like we did) 
­ Give it a name 
­ Add a Package name (Remember to have something like 
com.mynewapp.myappname) 
­ Inside the package you just created, add a new Java class with a main method 
­ Inside the main method, enter a message to be displayed that says: “This is the 
happiest day of my life”. 
 
If you get stuck, go back and watch the video, or look at the downloadable source file with the 
java example.  Have fun!! 
 
  

You might also like