mile stone 2

mile stone 2

University

20 Qs

quiz-placeholder

Similar activities

Technical Assessment

Technical Assessment

University

20 Qs

2-D Arrays in Java

2-D Arrays in Java

University

20 Qs

Java 2D Array

Java 2D Array

University

20 Qs

quiz 2nd/3rd year

quiz 2nd/3rd year

University

21 Qs

Java Quiz based on array

Java Quiz based on array

University

15 Qs

Playing with C

Playing with C

University

20 Qs

CODE ZENITH

CODE ZENITH

University

15 Qs

Array_to be discussF3

Array_to be discussF3

University

18 Qs

mile stone 2

mile stone 2

Assessment

Quiz

Computers

University

Medium

Created by

Rahul Avulapati

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the array:

int stats[3];

What is the range of the index?

0 to 3

0 to 2

1 to 3

0 to 4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____ is used to find and fix bugs in the Java programs.

JVM

JRE

JDK

JDB

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java doesn't support structures and unions

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________ operator returns the remainder after division

+

/

%

*

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which one of the following have elements in insertion order

sorted map

hashmap

linkedhashmap

treemap

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword raises an exception in Java code?


throw

try

break

throws

Answer explanation

To raise an exception in Java, use the throw keyword. Do not confuse throw with throws, as the latter is used by a method to indicate it has the potential to throw various checked exceptions

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

which of these is an incorrect array declaration?

int arr[]=new int[5]

int arr[]=new[5] int

int arr=new int(5)

int arr()=new (5)

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?