
Third Year Placement Training Revision Test

Quiz
•
Computers
•
University
•
Medium
Prema Selvam
Used 28+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Number of primitive data types in Java are?
6
7
8
9
2.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Find the output of the following code.
int Integer = 24;
char String = 'I';
System.out.print(Integer);
System.out.print(String);
Compile error
Throws exception
I
24 I
3.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Find the output of the following program.
public class Solution {
public static void main(String[] args) {
short x = 10;
x = x * 5;
System.out.print(x); } }
50
10
Compile error
Syntax Error
4.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
How many times will 'Interview' be printed?
int count = 101;
do {
System.out.println('Interview');
count++;
} while (count < 10);
8
9
10
1
5.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Find the output:
int n = 12345;
int r = 0;
while (n > 0) {
r = n % 10;
System.out.println(r); }
54321
12345
Compile Error
Infinite Loop
6.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Consider the following user inputs one by one as 10, java for the below program:
import java.util.Scanner;
public class extra1 {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int a = s.nextInt();
System.out.println(a); } }
10.0, Error
10, Error
Java, 10
10, java
7.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What is the purpose of the PATH environment variable in Java?
To locate Java libraries
To store Java bytecode
To locate the Java compiler
To optimize Java code
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Latihan1

Quiz
•
University
10 questions
Pemrograman C++ - 1

Quiz
•
University
12 questions
kotlin Quiz 2

Quiz
•
University
15 questions
Java Quiz based on array

Quiz
•
University
10 questions
Java Programming Basics

Quiz
•
University
10 questions
Java quiz 1

Quiz
•
University
15 questions
Trắc nghiệm kiến thức Java Core - Phần I

Quiz
•
University
6 questions
sample qizz

Quiz
•
University
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
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University