BASIC JAVA

BASIC JAVA

11th Grade

50 Qs

quiz-placeholder

Similar activities

Computer Programming Function

Computer Programming Function

7th Grade - University

55 Qs

Computer Science Unit 1 Glossary

Computer Science Unit 1 Glossary

10th - 12th Grade

46 Qs

CSP Vocabulary Review

CSP Vocabulary Review

9th - 12th Grade

53 Qs

Ulangkaji ASK Ting 2 Bab 3.1 Persekitaran Kod Arahan

Ulangkaji ASK Ting 2 Bab 3.1 Persekitaran Kod Arahan

1st - 12th Grade

52 Qs

PTS - Informatika 11 MIA

PTS - Informatika 11 MIA

11th Grade

45 Qs

PLTW CSE Essentials Review

PLTW CSE Essentials Review

8th - 12th Grade

50 Qs

Java Programming Quiz

Java Programming Quiz

11th Grade

55 Qs

PENILAIAN I / ANALISIS DATA

PENILAIAN I / ANALISIS DATA

9th - 12th Grade

50 Qs

BASIC JAVA

BASIC JAVA

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Sir. Amoyo

Used 19+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Scanner class method that closes the scanner?

void remove()

void close()

nextLong()

String next()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Scanner class method that resets the scanner?

nextFloat()

int radix()

Scanner skip(String pattern)

short nextShort()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Scanner class method is used to read th Integer value from the user?

next()

nextInteger()

nextInt()

readInt()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Scanner class method is used to read long value from the user?

long()

nextLong()

nextValue()

none of the choices

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Scanner class method is used to read string value from the user?

next()

nextString()

nextLine()

none of the choices

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct syntax to declare Scanner class object?

Scanner X = new Scanner (System.in);

Scanner X = Scanner( );

Scanner X = new( );

Scanner X = new Scanner (System.in)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Scanner class method is used to read boolean value from the user?

next()

readBoolean()

nextBoolean()

none of the choices

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?