Computer Science, asked by dasdebojit119, 11 months ago

what are logical operators in java?​

Answers

Answered by Anonymous
12

Explanation:

A logical operator (sometimes called a “Boolean operator”) in Java programming is an operator that returns a Boolean result that's based on the Boolean result of one or two other expressions.

Answered by HarshBhatnagar
2

Answer:

logical operators in Java are:

and (&&)

or (||)

not (!)

Similar questions