JAVA programming Exam Questions With
Correct Answers.
Java programming language - Answer✔____________ was originally developed by Sun
Microsystems which was initiated by James Gosling and released in 1995 as core component of
Sun Microsystems' Java platform (Java 1.0 [J2SE])
Sun Microsystems - Answer✔Java programming language was originally developed by
_____________ which was initiated by James Gosling and released in 1995 as core component
of Sun Microsystems' Java platform (Java 1.0 [J2SE])
James Gosling - Answer✔Java programming language was originally developed by Sun
Microsystems which was initiated by ____________ and released in 1995 as core component of
Sun Microsystems' Java platform (Java 1.0 [J2SE])
1995 - Answer✔Java programming language was originally developed by Sun Microsystems
which was initiated by James Gosling and released in _____ as core component of Sun
Microsystems' Java platform (Java 1.0 [J2SE])
Java SE 8 - Answer✔The latest release of the Java Standard Edition is _________.
Write Once, Run Anywhere - Answer✔The new J2 versions were renamed as Java SE, Java EE,
and Java ME respectively, Java is guaranteed to be _____________________
Object Oriented - Answer✔__________ - In Java, everything is an Object. Java can be easily
extended since it is based on the Object model.
Platform Independent - Answer✔_____________ - Unlike many other programming languages
including C and C++, when Java is compiled, it is not compiled onto platforms specific machine,
rather into platform independent byte code. This byte code is distributed over the web and
interpreted by the Virtual Machine (JVM) on whichever platform it is being run on.
Simple - Answer✔____________ - Java is designed to be easy to learn if you understand the
basic concept of OOP Java. It would be easy to master.
Secure - Answer✔____________ - With Java's ...... feature, it enables to develop virus-free,
tamper-free systems. Authentication techniques are based on public-key encryption.
1|Page