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!!