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 OOP?
What is the difference between static binding and dynamic binding?
Is singleton class immutable?
What are the types of collections in java?
What is the collections api?
What is port number in java?
What is a control variable example?
What is adapter in java?
Is java still relevant?
Explain how to convert any java object into byte array.
what is the difference between a java object reference and c++ pointer?
What is the role of garbage collector in java?