Login
Remember
Register
MCQ Village Q&A
Questions
Unanswered
Categories
Ask a Question
Ask a Question
Which of the following declarations will cause a compile time error?
0
votes
74
views
asked
Sep 6, 2023
in
General
by
Admin
(
0
points)
closed
Sep 6, 2023
by
Admin
Which of the following declarations will cause a compile time error?
a.int[] scores = null;
b. int[] scores =new int[5];
c. String[] nameArray = new String[10];
d. String[] nameArray = (5,3,2);
closed
primmer
Please
log in
or
register
to add a comment.
1
Answer
0
votes
answered
Sep 6, 2023
by
Admin
(
0
points)
Best answer
d
Please
log in
or
register
to add a comment.
Related questions
0
votes
1
answer
79
views
Which of the following is a correct declaration in java?
asked
Sep 6, 2023
in
General
by
Admin
(
0
points)
primmer
0
votes
1
answer
73
views
The practice of automatically provisioning a new environment at the time of deployment is
asked
Sep 6, 2023
in
General
by
Admin
(
0
points)
primmer
0
votes
1
answer
127
views
Which of the following is true about Continuous Integration?
asked
Sep 6, 2023
in
General
by
Admin
(
0
points)
primmer
0
votes
1
answer
352
views
Predict the output of the following statement. Select substr(“Yellow is A colour”,1,5) from
asked
Sep 6, 2023
in
General
by
Admin
(
0
points)
primmer
0
votes
1
answer
69
views
What will be the output for the given code snippet
asked
Sep 6, 2023
in
General
by
Admin
(
0
points)
primmer
2.8k
questions
2.8k
answers
0
comments
76
users
Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...