McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Master of Computer Applications (MCA)
→
Enterprise Computing With JAVA
→
Unit 1
→
Which of the following are primitive typ...
Q.
Which of the following are primitive types?
A.
byte
B.
String
C.
integer
D.
Float
Answer» A. byte
782
0
Do you find this helpful?
9
View all MCQs in
Enterprise Computing With JAVA
Discussion
No comments yet
Login to comment
Related MCQs
What are primitive data types?
What are default values of different primitive types?
Which of the following types of Enterprise Java Bean will be most likely to be difficult to port from one App Server to another?
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 features are common to both Java & C++?
Which of the following statements accurately describe the use of access modifiers within a class definition?
Which of the following statements can be used to describe a public method?