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 Wayground
25 questions
PHP dan MySQL

Quiz
•
University
25 questions
PHP + MySQL

Quiz
•
7th Grade - University
30 questions
CS 211 - Midterm Review

Quiz
•
University
20 questions
Week 2 - Assessment 2 (ITNW0223)

Quiz
•
University
20 questions
js DOM

Quiz
•
12th Grade - Professi...
20 questions
Quiz 2 PBO

Quiz
•
University
20 questions
C - Strings

Quiz
•
University
23 questions
Java Array

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade