June 2014
Beginner
810 pages
23h 28m
English
CHAPTER 2
![]()
Writing Java Programs
In this chapter, you will learn
What is a Java Program?
A Java program, which is written using the Java programming language, is a set of instructions to be executed by a computer to perform a task. In this chapter, you will write a simple Java program that prints a message on the console, for example, a command prompt on Windows. This chapter explains only the basics involved ...