Java : Programming Concept Questions & Answers
Question : Which of these is not a bitwise operator?
A.
&' Operator
B.
&=' Operator
C.
|='
Operator
D.
<=' Operator
Correct Answer is : Option D.
- Which of these is returned by Greater Than, Less Than and Equal To (i.e Relational) operator ?
- Which statement transfer execution to different parts of your code based on the value of an expression?
- Modulus operator (%) can be applied to which of these?
- What feature of OOP has a super-class sub-class concept?
- Which of the following are not the methods of the Thread class?