
Java Quiz

Quiz
•
Computers
•
11th Grade
•
Hard
Richard McLean
Used 2+ times
FREE Resource
34 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
A
B
C
D
E
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which one this keywords are used to create a class in java
class
struct
int
none of the avove
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
int len = "jump it!".length();
What is the value of len?
8
7
9
6
This code does not compile.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which statement below is the correct way to retrieve the first element in the nums ArrayList?
nums.get(0)
nums[0]
nums(0)
nums[1]
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Given the ArrayList nums with the values [3, 7, 6, 0], what code below is the proper way to change the 7 to be a 5?
nums.set(1, 5)
nums.set(7, 5)
nums.set(5, 2)
nums[2] = 5
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
AP CSA - Unit 6 Arrays Test Review

Quiz
•
10th - 12th Grade
30 questions
USG_XI RPL 1_PBO_2024

Quiz
•
11th Grade
31 questions
C++ Basics

Quiz
•
University
37 questions
AP CS A Midterm Review

Quiz
•
9th - 12th Grade
31 questions
Java/ Фінальний тест

Quiz
•
9th Grade - Professio...
35 questions
GUIA NO 4 FINAL JUEGO DINAMICO

Quiz
•
9th - 12th Grade
33 questions
Coding 4 All 2023 Java Final

Quiz
•
University
32 questions
SPM EXAM PART A SK 2022

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade