Java Quiz

Java Quiz

11th Grade

34 Qs

quiz-placeholder

Similar activities

SUMATIF BAB 1 XII RPL

SUMATIF BAB 1 XII RPL

12th Grade

30 Qs

Computer Programming 1 Review

Computer Programming 1 Review

University

30 Qs

4.5 Method

4.5 Method

12th Grade

32 Qs

REMIDI PBO

REMIDI PBO

12th Grade

30 Qs

CMPTR 2L Pre-Midterm Exam

CMPTR 2L Pre-Midterm Exam

University

30 Qs

IT OLYMPAID

IT OLYMPAID

University

30 Qs

Parcial 1 Programación en Java

Parcial 1 Programación en Java

12th Grade

29 Qs

Greenfoot Vocabulary

Greenfoot Vocabulary

9th - 12th Grade

30 Qs

Java Quiz

Java Quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Richard McLean

Used 2+ times

FREE Resource

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.
Static
Private
Public
Void

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

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")?
Text
Characters
String
Boolean

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?