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

Differentiate between a constructor and a method? Can we mark constructors final?

1 Answers  


What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

1 Answers  


What is the difference between sop and work instruction?

1 Answers  


does java support pointers?

1 Answers  


What is mutable object and immutable object?

1 Answers  


What is instance means in java?

1 Answers  


Explain different types of thread priorities ?

1 Answers  


Tell me the programme for this @ 1 2 @ @ @ 1 2 3 4

5 Answers   Accenture, iGate, IntoNET, Value Labs,


Can u write constructor in abstract.If yes den when it will be invoked.

4 Answers   SunGard,


what is a static block?

4 Answers  


I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?

1 Answers  


how copy the hashmap object into arraylist at java program?

4 Answers   HCL, Wipro,


Categories