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 |
Explain about interthread communication and how it takes place in java?
how are methods defined?
How core java/j2ee project performance can be measured ?
What does n mean?
Which one will take more memory: an int or integer?
What is the method overriding?
When should I use stringbuffer?
What isan abstract class and when do you use it?
What are thread groups?
What is command line argument in java?
How do you reverse a list?
What is structure of java heap? What is perm gen space in heap?