What are boolean logical operators ?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are boolean logical operators ?
Rating:
Boolean logical operators operate on boolean operands. They combine two boolean values and return a boolean value as a result. The table below shows some boolean operators and the result they respectively produce.

In the above table, A and B are boolean variables.
Rating:
Was this information helpful?
Other articles
- What is the substring() method?
- What is method overriding in Java?
- What is an entity bean?
- What is the jspInit() method?
- JDBC
