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
How to provide security in java
What is arraylist class in java?
What methods are used in Servlet?Applet communication?
Can interface be private in java?
What is the equal sign?
How can you generate random numbers in java?
Can private members of a base class are inheritable justify?
What kind of variables a class can consist of?
What is difference between local variable and global variable?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What does t in java mean?
When the constructor of a class is invoked?
what is the major difference between linkedlist and arraylist in java?
What is file in java?
What is complexity in java?