What is the % operator?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
% is the modulus operator which will results in giving the
remainder of two numbers who stays as operands
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mohammed salim
% is a modulus operator..And it returns the remainder of
the division operation.
| Is This Answer Correct ? | 3 Yes | 1 No |
Java Compiler is stored in JDK, JRE or JVM?
How to overcome the exception object reference not set to an instance of object?
How do you implement singleton class?
What is the difference between serializable and externalizable interfaces?
transaction attributes ?
How do I get 64 bit java?
What is a parameter in matrices?
If a method is declared as protected, where may the method be accessed?
what is the difference between static block and static method
What are the two environment variables that must be set in order to run any java programs?
Can an exception be rethrown?
Why char array is preferred over string for storing password?