mile stone 2

mile stone 2

University

20 Qs

quiz-placeholder

Similar activities

STUCTURES

STUCTURES

University

25 Qs

Quiz on C Fundamentals for CSE & CST

Quiz on C Fundamentals for CSE & CST

University

20 Qs

Code Carnival

Code Carnival

University

25 Qs

TECHFEST QUALIFYING ROUND

TECHFEST QUALIFYING ROUND

University

20 Qs

JavaScript Variables, Data Types, and Operators Quiz

JavaScript Variables, Data Types, and Operators Quiz

University

18 Qs

UTS Praktikum SDA KOM B - 2 Ed

UTS Praktikum SDA KOM B - 2 Ed

University

20 Qs

Revision 2 C

Revision 2 C

University

17 Qs

Java - Nivelamento

Java - Nivelamento

University

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