|
Next
Welcome to the Learning Java Tutorial
This tutorial is presented as a fast track to learning Java. It tries to make Java easy to learn by presenting examples that are easy to follow. It is meant for anyone who might be new to programming in addition to those who have been exposed to other programming languages. More in depth knowledge may be obtained from other sites, such as
Although Java is made to run in multiple environments, such as Windows, Linux, Unix, and Mac, this tutorial assumes that the Windows platform is being used for the purpose of setting up the environment and preparing the exercises.
This tutorial assumes that the student has a basic knowledge of the HTML language for creating a web page. The page on HTML Review can be used to review all that is required for this course.
At the end of this tutorial you should be able to create the following projects:
(01) Mortgage Calculator
Calculate the mortgage payment amount on a loan.
(02) Calculator - Applet
Do simple arithmetic using a calculator.
(03) Morning Alarm Clock - Applet
Set a time to be awakened by an alarm sound and an internet radio.
(04) File Input/Output
Search the contents of files for a string of characters.
Next
|