Which Java operator is right associative?
Answers were Sorted based on User's Feedback
Answer / ali akram
The Right Associative Operators Are
(1) =
(2) %
etc
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / manish
yes it is = is the write answer for the right associative ok
Is This Answer Correct ? | 3 Yes | 2 No |
What is the order of method invocation in an Applet?
class A{ class B{ } } in which name u save the file,its the program compile?
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
What is the immediate parent class of the Applet class?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is a layout manager and what are different types of layout managers available in java awt?
what is the purpose of "virtual"?
What is the main functionality of Prepared Statement?
What is the default value of local and global variables?
Can we declare the static variables and methods in an abstract class?
State the difference between strings and arrays.
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?