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
What is the collections api in java programming?
What is static data type in java?
What is pre increment and post increment in java?
Can a constructor be made final?
What type of variable is error flag?
How big is a boolean?
Explain about interrupt() method of thread class ?
what invokes a threads run() method? : Java thread
What is string variable?
What is the difference between @before and @beforeclass annotation?
Can a final variable be null?
What is map in java?
What is the disadvantage of synchronization?
Are arrays primitive data types?
What is java used for?