Question
a.
int [] arr = new int[5].
b.
int arr[] = new int[5].
c.
int arr[] = new int[5].
d.
int arr[] = int [5] new
Posted under Java Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of the following is an incorrect array declaration?
Similar Questions
Discover Related MCQs
Q. Index in array start with ______.
View solution
Q. Which of the following is used to declare,construct, and initlaize an array?
View solution
Q. We can calculate the length of an array using ________.
View solution
Q. Which of the following is advantage of java array?
View solution
Q. In java, array elements are stored in ________ memory locations.
View solution
Q. What does a Data Type in Java refers to?
View solution
Q. Choose the wrong statement about Java programming?
View solution
Q. Which data type among the following is an implementation of Objects or OOPs?
View solution
Q. What is a Primitive Data Type in Java?
View solution
Q. Which among the following is not a Data Type in Java?
View solution
Q. Which among the following is not a valid Data Type in Java?
View solution
Q. Which is the data type used mostly to handle streams and buffers in Java language?
View solution
Q. Which is the data type that is not recommended for numeric applications in Java?
View solution
Q. Choose the number range for byte data type in Java?
View solution
Q. What is the size of a SHORT integer in Java?
View solution
Q. What is the size of an INT integer in Java?
View solution
Q. What is the size of a LONG integer in Java?
View solution
Q. What is the size of a FLOAT floating point number in Java?
View solution
Q. What is the size of a DOUBLE floating point number in Java?
View solution
Q. What is the size of a CHAR data type constant in Java?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Java Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!