McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Master of Computer Applications (MCA)
→
Enterprise Computing With JAVA
→
Unit 1
→
What is the value of a[3] as the result ...
Q.
What is the value of a[3] as the result of the following array declaration?
A.
1
B.
2
C.
3
D.
4
Answer» D. 4
1.9k
0
Do you find this helpful?
1
View all MCQs in
Enterprise Computing With JAVA
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following is the correct way for writing Java Script array?
How do we change the values of the elements of the array?
Which of the following property of Java Bean represents a single value?
Which of the java bean tags is used to show the bean value on the web page?
When a session bean has container-managed demarcation value of 'Supports', which three methods run in an unspecified transaction context? 1. ejbActivate 2. getRollbackOnly 3. getUserTransaction 4. ejbRemove 5. afterBegin 6. afterCompletion
Given the following code in a stateful session bean business method; try { Socket skt = new Socket(x,y); } catch (Exception ex) { ex.printStackTrace(); } Assuming that x and y are the port and IP addresses respectively of a running service, which is running on the same server, which of the following is correct?
Which one of the following objects is passed to a Java Bean when one of its properties is set via a JSP action?
Which of the following delegates the request handling to the Request Processor instance?
In order for a source code file, containing the public class Test, to successfully compile, which of the following must be true?
Which of the following are primitive types?