Java Exam Questions With Correct Answers.
Java was developed by a team led by - Answer✔James Gosling at Sun Microsystem
Sun Microsystems was purchased by - Answer✔Oracle in 2010
Originally called Oak, Java was designed - Answer✔In 1991 for use in embedded chips in
consumer electronic appliances.
In 1995, renames Java, it was redesigned for - Answer✔Developing Web application
The application program interface (APR), Al; so known as library, - Answer✔Contains
predefined classes and interfaces for developing Java program.
The JDK consist of - Answer✔A set of separate programs, each invoked from a command line,
for developing and testing Java programs.
Instead of using JDK, you can use a - Answer✔JAVA tool (netbeam, Eclipse, and TestPad)
NetBeam, Eclipse, and TEstPad - Answer✔Are software that integrated development
environment (IDE) for developing Java programs
The word console is a - Answer✔Old computer term that refers to the text entry and display
device of a computer.
Console input means to - Answer✔Receive input from the keyboard and console output means to
display output on the monitor
The most common errors you will make as you learn to program will be - Answer✔Syntax errors
The bytecode is - Answer✔Similar to machine instructions but is architecture neutral and can run
on any platfor that has a Java Virtual Machine
Virtual machine is a - Answer✔Program that interprets Java bytecode
Documentation is - Answer✔The body of explanatory remarks and comments pertaining to a
program.
Programming style and documentation are as - Answer✔Important as coding
Indentation is used to - Answer✔illustrate the structural relationships between a program's
components or statements
1|Page