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
Explain some best practices you would apply while using collection in java?
What is compiler and what its output.
What is the difference between multiple processes and multiple threads?
What are the limitations of procedural programming approach?
What is data type in computer?
What is t in parametric equations?
What does += mean coding?
Can a method be static?
Explain the use of sublass in a java program?
Which graphs are functions?
What is protected in java?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
How does arraylist work in java?
What is java util?
How to create a custom exception?