
JP S1

Quiz
•
Computers
•
9th - 12th Grade
•
Medium

Jerry Mahana
Used 72+ times
FREE Resource
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Where does an object of a class get stored?
Stack area
Method area
In the file
In the database
Heap area
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements is NOT true of the Java programming language?
All source code is written in plain text files with the extension .java.
Java source code files are compiled into .class files by the javac command.
The javac command can be used to run a Java application.
A .class file contains platform independent bytecode.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements is NOT TRUE about the JVM?
The JVM is a virtual Machine that acts as an intermediary layer between the Java Application and the Native Operating System.
The JVM reads byte code from the class file, and generates machine code.
The JVM does not understand the Java language specification.
The JVM reads Java source code, and then translates it into byte code.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
One of the primary goals of the Java platform is to provide an interpreted, just-in-time run time environment.
True
False
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the java snippet below:
Which of the following statements is TRUE?
Compile error, as the variable x is not initialized.
Variable x resides in the stack area, and variable y resides in the heap of the JVM.
Variable x resides in the heap area, and variable y resides in the stack of the JVM
Variable x stays in the heap area, and variable y resides in the method area of the JVM.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Java allows the same Java program to be executed on multiple operating systems.
True
False
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements describe Java technology?
It is a programming language.
It is a development environment.
It is a deployment environment.
All of these
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Programming Languages, Translators and IDEs

Quiz
•
10th Grade
15 questions
Java Execution Quiz

Quiz
•
12th Grade
20 questions
Computer Science: Chapter 1 Test Review

Quiz
•
9th - 12th Grade
15 questions
Java Strings and Math Quiz

Quiz
•
12th Grade
16 questions
Java Conditional Statements

Quiz
•
9th Grade
21 questions
Java vs JavaScript Operators

Quiz
•
3rd - 12th Grade
14 questions
Pemrograman Berorientasi Objek

Quiz
•
11th Grade
15 questions
Class X - Java 1

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade