Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

operators(part-1)

operators(part-1)

9th Grade

10 Qs

Quiz 15 - Array Basics

Quiz 15 - Array Basics

11th Grade

10 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

Arrays

Arrays

10th - 12th Grade

10 Qs

conditional constructs in Java

conditional constructs in Java

10th Grade

10 Qs

Java If/else/ switch

Java If/else/ switch

9th - 12th Grade

20 Qs

Java Script Quiz

Java Script Quiz

9th - 12th Grade

15 Qs

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 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?