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
How do you add an element to an arraylist in java?
What super () does in java?
How finally used under exception handling?
Can you declare an interface method static?
You're given a Boolean 2D matrix, can you find the number of islands?
Does java initialize arrays to zero?
Can we have any code between try and catch blocks?
What is an arraylist in java?
Why stringbuilder is not thread safe in java?
How many types of parsers are there?
How do you convert int to char in java?
What are the four pillars of java?
What is tree node in java?
What is e java?
Explain the available thread states in a high-level?