Java - SET -1

Quiz
•
Computers
•
University
•
Hard
Standards-aligned
R GIRIDHARAN
Used 16+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is correct about an array in Java?
Its size can be changed dynamically
It starts with index 1
All elements have the same data type
Array elements can have mixed data types
Tags
java
array
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How does the indexing of an array start and end if there are 'n' elements?
Starts at 0, ends at n
Starts at 1, ends at n-1
Starts at 0, ends at n-1
Starts at 1, ends at n
Tags
java
array
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In which of the following declarations, both arr1 and arr2 are arrays?
int[] arr1, arr2;
int arr1[], arr2;
Int []arr1, arr2;
None of the above
Tags
java
array
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the default values of elements in an integer array in Java?
0
null
-1
Undefined
Tags
java
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
For a boolean array in Java, which of the following will be the default value for its elements?
0
null
true
false
Tags
java
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following methods is used to create arrays dynamically at runtime in Java?
using `malloc()`
using `new` keyword
using `define`
using `sizeof()`
Tags
java
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is correct about initializing an array in Java?
Elements can only be initialized during array declaration
All elements are automatically initialized to their default values when using the `new` keyword
Array initialization can only be done using the initialization block
None of the above
Tags
java
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Generics

Quiz
•
University
20 questions
PEMROGRAMAN WEB

Quiz
•
University
20 questions
ISTE TECHNICAL

Quiz
•
University
24 questions
Javascript Basics

Quiz
•
7th Grade - University
20 questions
Review Training AP 532

Quiz
•
University
25 questions
PHP

Quiz
•
University
20 questions
Java, part I

Quiz
•
11th Grade - University
20 questions
JDVP Activity

Quiz
•
12th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade