What are order of precedence and associativity, and how are
they used?



What are order of precedence and associativity, and how are they used?..

Answer / 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

More Core Java Interview Questions

How do you create a reference in java?

0 Answers  


what is use of session tracking ?with example?

1 Answers   Photon,


How can we find the actual size of an object on the heap?

0 Answers  


What are the differences between checked exception and unchecked exception?

0 Answers  


Can you call a method on a null object?

0 Answers  






What is multithreading and its advantages?

0 Answers  


Is int primitive data type?

0 Answers  


What happens if an exception is throws from an object's constructor?

0 Answers   Amazon,


How does compareto method work?

0 Answers  


what is the difference between statis block and static variable

7 Answers  


Can private method static?

0 Answers  


Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

0 Answers  


Categories