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

How big is a boolean?

0 Answers  


Why charat is used in java?

0 Answers  


Break statement can be used as labels in java?

0 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


Is alive method in java?

0 Answers  






What is += mean in java?

0 Answers  


Can a static method be overridden in java?

0 Answers  


What is meant by attribute?

0 Answers  


How many types of threads are there in java?

0 Answers  


What is nan inf?

0 Answers  


What are the differences between string, stringbuffer and stringbuilder?

0 Answers  


What is the exact difference in between Unicast and Multicast object ?

4 Answers   Accenture,


Categories