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 |
What is a Java switch statement, and how can it be used?
Can we use synchronized block for primitives?
what is the purpose of using rmisecuritymanager in rmi?
How do you write a conditional statement?
what is a thread pool in java and why is it used?
What is the need of transient variables in Java ?
What is wrapper class html?
What is the difference between array and array list in java?
How is garbage collection controlled?
How do you find the maximum number from an array without comparing and sorting?
What is regex java?
Can we serialize singleton class?