What are order of precedence and associativity, and how are
they used?
Answer Posted / niranjanravi
order of predecence determines the in which the expressions
are to be evaluated.
associativity determines the order in which the operands
are to be evaluated eithet left to right or right to left
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can we create more than one object singleton class?
Why is a string immutable?
What is the basic difference between string and stringbuffer object?
Write a program to print fibonacci series
What is final?
What is connection class in java?
What is the difference between array and array list in java?
what is thread? What are the high-level thread states? : Java thread
What is the old name of java?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
what do you mean by classloader?
What is the purpose of the enableevents() method in java programming?
What are pass by reference and pass by value?
Differences between external iteration and internal iteration?
What are the different types of collections in java?