Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

AP Computer Science A Unit 1

AP Computer Science A Unit 1

9th - 12th Grade

19 Qs

AP Computer Science A

AP Computer Science A

10th - 12th Grade

10 Qs

Computer Application Practice Quiz Class 10

Computer Application Practice Quiz Class 10

10th Grade

20 Qs

Arrays in Java

Arrays in Java

9th - 12th Grade

20 Qs

Java Math

Java Math

9th - 12th Grade

15 Qs

JAVA FUNDAMENTALS

JAVA FUNDAMENTALS

9th - 12th Grade

20 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

OOP Java

OOP Java

12th Grade

20 Qs

Basics in Java

Basics in Java

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Leelavathy J

Used 107+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of literal is "null"?

null Literal

Character Literal

String Literal

It is not a Literal

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Function of the Scanner class to accept a float literal from the user is

nextInt( )

hasNext( )

next( )

nextFloat( )

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the value of c after int c = 'B'+3; is executed?

101

69

Code is incorrect

B3

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the types of programming constructs in Java.

Selective

Sequential

Random

Iterative

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

r and l in r-value and l-value are

read and location

real and location

reference and location

right and left

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Absence of _________ in switch..case leads to fallthrough

switch

case

default

break

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The compiler of Java works on_______ to give _________.

Byte Code, Source Code

Source Code, Object Code

Source Code, Byte Code

Byte Code, Object Code

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?