Java Intro-1

Java Intro-1

Assessment

Flashcard

Computers

University

Easy

Created by

Santosh Katti

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Who am I?

Back

James Gosling, the father of Java Programming language

2.

FLASHCARD QUESTION

Front

Java is SECURED because

Back

It eliminates complex features like pointers and multiple inheritance, which can lead to errors.

3.

FLASHCARD QUESTION

Front

Java is Architectural Neutral because

Back

Java compiler generates an object file format, making the compiled code executable on many processors

4.

FLASHCARD QUESTION

Front

JDK-?

Back

Java Development Kit. The kit contains

JRE - Java Runtime Environement with JVM- Java Virtual Machine, Class Libraries

AND

Compilers, Debuggers, JavaDoc etc..

5.

FLASHCARD QUESTION

Front

Java current latest version

Back

Java 23

6.

FLASHCARD QUESTION

Front

What is the role of the Java Compiler (javac)?

Back

It converts Java source code (.java files) into bytecode (.class files).

7.

FLASHCARD QUESTION

Front

What is the Just-In-Time (JIT) Compiler in Java?

Back

It optimizes bytecode into native machine code at runtime for improved performance.

8.

FLASHCARD QUESTION

Front

Which company acquired Sun Microsystems, and when?

Back

Oracle Corporation acquired Sun Microsystems in 2009.

9.

FLASHCARD QUESTION

Front

WORA?

Back

Write Once, Run Anywhere