Java basics quiz

Java basics quiz

University

9 Qs

quiz-placeholder

Similar activities

Python Programming Quiz

Python Programming Quiz

University

13 Qs

Programacion

Programacion

University

10 Qs

AlgoPro Python - Sesi 1

AlgoPro Python - Sesi 1

University

10 Qs

Dasar C-Kelas B

Dasar C-Kelas B

University

10 Qs

Pertemuan 3

Pertemuan 3

University

11 Qs

HTML PHP C++

HTML PHP C++

University

10 Qs

TE COMP C#

TE COMP C#

University

9 Qs

IT203 Java Unit4 Post Test

IT203 Java Unit4 Post Test

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