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
Can classes declared using the abstract keyword cab be instantiated?
What are use cases?
What is treeset in java collection?
Why declare Main() inside the class in java ?
What does a boolean method return?
What the difference is between execute, execute Query, execute Update?
What are the super most classes for all the streams?
whatis Home interface and Remoteinterface? with example?
Difference between method overloading and overriding.
What is the major advantage of external iteration over internal iteration?
What exactly is a .class file?
Explain what access modifiers can be used for methods?
Difference between string s= new string (); and string s = "abv";?
Program to Find the second largest element in an array.
what is meant by HQL?