McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Which operator is used to implement unsi...
Q.
Which operator is used to implement unsigned right shift of an integer?
A.
<<
B.
>>
C.
<<<
D.
>>>
Answer» D. >>>
2.1k
0
Do you find this helpful?
19
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.
What are the constants defined by Byte, Short, Integer and Long? 1. MAX_VALUE, 2.~~~MIN_VALUE 3. TYPE.
All the wrapper classes (Integer, Boolean, Float, Short, Long, Double and Character).
Which operator is used by Java run time implementations to free the memory of an object when it is no longer needed?
Once an interface has been defined, one or more _____ can implement that interface.
When we implement the Runnable interface, we must define the method
_________ operator is used to create an array.
The modulus operator (%) in JAVA can be used only with variables of ______ type.
The dot operator is used to access the instance ______.
When a thread is created using new operator, the thread is in _____ state.