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
what is the swingutilities.invokelater(runnable) method for? : Java thread
Explain scope or life time of local variables in java?
difference between byte stream class and character stream class?
What is difference between static class and normal class?
How can constructor chaining be done using this keyword?
what is deadlock? : Java thread
Define an abstract class with reference to java.
What is an example of a boolean?
What are the methods used to implement for the key object in the hash map?
Can we declare a class as static?
Do you need to import math in java?
What are the different types of data structures in java?
Can we make main() thread as daemon?
How static variable work in java?
Can a boolean be null java?