Which Java operator is right associative?

Answers were Sorted based on User's Feedback



Which Java operator is right associative?..

Answer / poonam

= i.e assignment operator

Is This Answer Correct ?    11 Yes 3 No

Which Java operator is right associative?..

Answer / ali akram

The Right Associative Operators Are
(1) =
(2) %
etc

Is This Answer Correct ?    7 Yes 2 No

Which Java operator is right associative?..

Answer / manish

yes it is = is the write answer for the right associative ok

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is the order of method invocation in an Applet?

1 Answers  


class A{ class B{ } } in which name u save the file,its the program compile?

6 Answers   HCL,


string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?

5 Answers   HCL,


What is the immediate parent class of the Applet class?

1 Answers  


What is java virtual machine and how it is considered in context of java’s platform independent feature?

0 Answers  


What is a layout manager and what are different types of layout managers available in java awt?

0 Answers  


what is the purpose of "virtual"?

0 Answers   EDS,


What is the main functionality of Prepared Statement?

4 Answers  


What is the default value of local and global variables?

0 Answers  


Can we declare the static variables and methods in an abstract class?

0 Answers  


State the difference between strings and arrays.

0 Answers   Syntel, Visa,


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

2 Answers   ADP,


Categories