mile stone 2

mile stone 2

University

20 Qs

quiz-placeholder

Similar activities

Introduction to Java

Introduction to Java

University

25 Qs

Bootcamp Day 3 - Java Array

Bootcamp Day 3 - Java Array

University

15 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

Quiz 1-PBO

Quiz 1-PBO

University

20 Qs

Java Quiz 3

Java Quiz 3

University

15 Qs

Diagnóstico Estructuras de Datos-TIID

Diagnóstico Estructuras de Datos-TIID

University

20 Qs

Code Craft : Java & Web Quiz"

Code Craft : Java & Web Quiz"

University

15 Qs

WORKSHOP

WORKSHOP

University

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