Answer Posted / satyam
Operators are special symbols that perform specific
operations on one, two, or three operands, and then return
a result. Operators with higher precedence are evaluated
before operators with relatively lower precedence.
Operators on the same line have equal precedence. When
operators of equal precedence appear in the same
expression, a rule must govern which is evaluated first.
All binary operators except for the assignment operators
are evaluated from left to right; assignment operators are
evaluated right to left.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Difference between nested and inner classes ?
What is an argument in java?
Have you ever used hashtable and dictionary?
What are the advantages of java?
What do you understand by Header linked List?
Do you know how to reverse string in java?
Why do we use regex?
What is stack example?
Why is logger singleton?
Why we go for collections in java?
What is final int?
Explain about doubly linked list
What are the types of java languages?
What are the difference between string, string builder, and string buffer in java?
What is linkedlist in java?