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

What are thread groups?

0 Answers  


What do you mean by formatting?

0 Answers  


what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0

4 Answers   Accenture,


What are the steps involved to create a bean?

0 Answers  


Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.

17 Answers   Hewitt,






Can an interface implement another interface?

0 Answers  


Explain java coding standards for methods?

0 Answers  


Can an unreachable object become reachable again?

3 Answers   DELL,


Default layout of panel and frame?

3 Answers  


Explain the difference between transient and volatile in java?

0 Answers  


When is the finally clause of a try-catch-finally statement executed?

0 Answers  


What are synchronized blocks in java?

0 Answers  


Categories