InterviewSolution
Saved Bookmarks
| 1. |
What is the output of relational operators?(a) Integer(b) Boolean(c) Characters(d) DoubleThe question was posed to me by my school principal while I was bunking the class.This is a very interesting question from Relational Operators and Boolean Logic Operators topic in chapter Operators and Control Statements of Java |
|
Answer» The CORRECT CHOICE is (B) Boolean |
|