Java basics quiz

Java basics quiz

University

9 Qs

quiz-placeholder

Similar activities

Java Lesson 7

Java Lesson 7

5th Grade - University

10 Qs

Data Type Review

Data Type Review

KG - Professional Development

12 Qs

JAVA FUNDAMENTALS

JAVA FUNDAMENTALS

University

12 Qs

Quiz 2025

Quiz 2025

University

10 Qs

Primeiro Quizz

Primeiro Quizz

University

7 Qs

Java Lesson 11

Java Lesson 11

5th Grade - University

10 Qs

Web by R202 no.1

Web by R202 no.1

University

13 Qs

JSP

JSP

University

10 Qs

Java basics quiz

Java basics quiz

Assessment

Quiz

Other

University

Hard

Created by

Garth Frederiksen

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

is there a error in this code?

System.out.print("hello world");

YES

NO

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many variable types are there

4

10

9

5

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

complete the statement

System.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is not a characteristic of primitive data types?

has a specifies size

can only be one type

has methods

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what data type is this

6.783649

double

float

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

finish the statement to import the scanner

import java.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which is not a data type

String

int

float

large

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following is how to declare a int varible

int x =18;

int x;

x as int;

int x = new int;

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

type int is the largest whole number variable type?

YES

NO