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

Does constructor creates the object ?

0 Answers  


Name some OOPS Concepts in Java?

0 Answers  


What is the % operator?

2 Answers  


String is mutable or immutable?

3 Answers  


hr interview how many minutes asking question

0 Answers  






how many types of Inheritance?

0 Answers   Impetus,


Give the hierarchy of inputstream and outputstream classes.

0 Answers  


How do you bind variables?

0 Answers  


Is java util list serializable?

0 Answers  


How will you get the platform dependent values like line separator, path separator, etc., ?

0 Answers  


Why cant we define System.out.println() inside a class directly?

5 Answers  


What is the return type of readLine() when end of a file is reached?

2 Answers  


Categories