McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Integers are whole values ________ numbe...
Q.
Integers are whole values ________ numbers.
A.
signed.
B.
unsigned.
C.
model.
D.
Byte.
Answer» A. signed.
3.9k
0
Do you find this helpful?
26
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
Which method defined in Integer class can be used to convert a whole number in string type to primitive int type.
If an expression contains double, int, float, long, then the whole expression will be promoted into which of these data types?
If an expression contains double, int, float, long, then whole expression will promoted into which of these data types?.
The data type for numbers such as 3.14159 is _________.
Numbers with fractional are called __________.
Which of these values can a boolean variable contain?
Which of these values is returned by read () method is end of file (EOF) is encountered?
Consider the following code: int x, y, z;~~~y = 1;~~~z = 5;~~~x = 0 - (++y) + z++;~~~after execution of this, what will be the values of x, y and z?
What will be the result of the expression: a % b when a & b is of type int and their values~~~are a = 10 and b = 6?
What will be the result of the expression : a % b~~~when a and b are of type int and their values are a = -17 and b = -6?