what do these in java mean - && , ll and == ?
Answers
Answered by
2
Answer:
these are operators in java
&& means and
ll
== means equal to
Answered by
1
hey mate!
here is ur ans...
Like the C programming language, Java uses the symbol && for the ``and'' operation on boolean values (true and false) and the symbol == for the equality operation on numbers. (The symbols & and = are used in C and Java for other purposes.)
|| It is a logical operator used in java.It is usually known as OR operator.
My question - are uh interested in python :)
hope it helps...❤❤
Similar questions