Summary of Chapter 1 To 5
Summary of Chapter 1 To 5
Stand alone application : this type of programs are written to carry out specific tasks on a
stand-alone local Computer.
Applet programs :are used in internet applications. The java applet will be placed on the
web by embedding into a HTML file.
Source code is the set of instructions and statements written by a programmer using a
computer programming language
Object code is produced when an interpreter or a compiler translates source code into
recognizable and executable machine code.
Byte code is program code that has been compiled from source code into low-level code
designed for a software interpreter. It may be executed by a virtual machine (such as a
JVM) or further compiled into machine code.
Features of Java: Simple language, compiled and interpreted, robust and secure, platform
independent, Architecture neutral, Distributed, Multithreaded, Object Oriented, Garbage
collection etc.,