
Java Quiz
Authored by Richard McLean
Computers
11th Grade
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
34 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In a method, the return type should be __________ when the method returns no value.
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
Which type of data is used to enter the value ("Welcome")?
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?