INTRODUCTION TO JAVA PROGRAMMING

Dublin Core

Title

INTRODUCTION TO JAVA PROGRAMMING

Subject

INTRODUCTION TO JAVA PROGRAMMING

Description

Java is a high-level programming language. Every computer will have its own machine
language. So, we need to translate Java code into machine code before the computer could
execute our program. This translator could be either a compiler or an interpreter. In order
to accomplish this, we first set up the programming environment in our laptop or PC. Two
software packages should be downloaded: Java Standard Edition (JSE) and an Integrated
Development Environment (IDE). JSE will allow us to compile Java programs and an IDE
will allow us type, save, and edit programs. We can create Java programs in several ways:
typing in Notepad (or similar application) and running at the command level; an IDE that
will allow us create, compile, and also execute in a GUI environment; Eclipse IDE which
is a development application which provides more support for creating programs. JSE
should be installed for all the three methods. The eclipse IDE can be unzipped. All the
three methods will be explained below.

Creator

NAGARAJ RAO AND JOHN YOON

Files

Collection

Citation

NAGARAJ RAO AND JOHN YOON, “INTRODUCTION TO JAVA PROGRAMMING,” Portal Ebook UNTAG SURABAYA, accessed April 29, 2024, https://ebook.untag-sby.ac.id/items/show/7.