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


Please Help Members By Posting Answers For Below Questions

What is the final access modifier in java?

617


What does system out println () do?

561


What is constructor chaining and how is it achieved in java?

573


Why can't we override private static methods?

521


What is variable argument in java?

561






What is the static variable?

574


Is an array a vector?

558


What is encapsulation in java?

626


What are the parts of a method?

538


What means public static?

562


How to sort array in descending order in java?

516


Can we use both this () and super () in a constructor?

556


Explain wait() method of object class ?

636


What is the synchronized method modifier?

596


What is difference between calling start() and run() method of thread?

560