CS6203C Object Oriented Programming - Prelim - Lab - Q1
CS6203C Object Oriented Programming - Prelim - Lab - Q1
Question 2
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Java's [1] is a component of the Java Runtime Environment that is used to dynamically load
Java classes into the Java Virtual Machine.
classloader
Answer:
Question 3
Correct
Mark 4.00 out of 4.00
Flag question
Question text
Match the codenames for each Java version that was created.
Question 4
Correct
Mark 1.00 out of 1.00
Flag question
Question text
[1] was the codename assigned to J2SE 1.2, which was released on December 8th, 1998.
Play area
Answer:
Question 5
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Gosling began referring to the tree outside his office as "__________" after it remained there.
It represents unity and is regarded as the national tree of many countries.
a.
Oak
b.
Palm
c.
Maple
d.
Poplar
e.
Beech
Feedback
Your answer is correct.
Question 6
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Software-based platforms and [1]-based platforms are the two categories of platforms.
HARDWARE
Answer:
Question 7
Correct
Mark 1.00 out of 1.00
Flag question
Question text
The software tool that converts plain text Java files, which are raw java files, into executable
class files is called a [1].
compiler
Answer:
Question 8
Correct
Mark 1.00 out of 1.00
Flag question
Question text
The component of the Java platform that runs programs is called the [1].
JVM
Answer:
Question 9
Correct
Mark 1.00 out of 1.00
Flag question
Question text
In order to prevent access rights to objects violations, [1] scans the code fragments for any
errant code.
BYTECODE VERIFIER
Answer:
Question 10
Correct
Mark 1.00 out of 1.00
Flag question
Question text
In the early 1990s, [1] created the object-oriented programming language Java.
James Gosling
Answer:
Question 11
Incorrect
Mark 0.00 out of 1.00
Flag question
Question text
A technique known as [1] makes it easier to create and maintain software by laying down
some guidelines.
OBJECT ORRIENTED PROGRAMMING
Answer:
Question 12
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Along with the Java Virtual Machine and the Java Runtime Environment, the [1] is one of the
three primary technology stacks used in Java programming.
Java Development Kit
Answer: