
Bootcamp Day 3 - Java Array
Authored by Karthick M
Computers
University
Used 7+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to declare a multidimensional array in Java?
int array(5,5);
int[][] array = new int[5][5];
int array[] = new int[5,5];
array int[][] = new array[5][5];
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default value of elements in a newly declared array of type double in Java?
0
0.0
Garbage value
null
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the correct statement for the following code:
int arr[] = new int[5];
System.out.println(arr[5]);
Prints 0
Prints null
Compilation error
Runtime ArrayIndexOutOfBoundsException
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements correctly creates and initializes an array?
int arr[] = new int();
int arr[] = new int[5]{1,2,3,4,5};
int arr[] = {1,2,3,4,5};
int[] arr = new int[5] = {1,2,3,4,5};
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following array declarations is invalid?
char[] ch = new char[10];
float arr[] = new float[];
boolean[] flags = new boolean[2];
String[] names = {"John", "Doe"};
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code output?
int[] a = {1, 2, 3};
int[] b = a;
b[0] = 10;
System.out.println(a[0]);
1
10
Compilation Error
0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does Arrays.toString(arr) return for arr = new int[]{3, 4, 5}?
"[3 4 5]"
"3, 4, 5"
"[3, 4, 5]"
{3, 4, 5}
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
20 questions
UNIT IV Normalization
Quiz
•
University
13 questions
Computer Science: CPU performance
Quiz
•
University
12 questions
CIS1103 Week 9_10 CLO3 Part 1
Quiz
•
University
20 questions
DI (EM24) - Diseño de Contenidos (T8)
Quiz
•
University - Professi...
10 questions
pointers and structures
Quiz
•
University
20 questions
COA_QUIZ_UNIT I
Quiz
•
University
15 questions
dc liga de la justicia
Quiz
•
University
10 questions
Server Administration- Quiz 1
Quiz
•
12th Grade - University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade