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 the access scope of a protected method?
how would you implement a thread pool? : Java thread
In which order the iterator iterates over collection?
Explain different types of wrapper classes in java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Is it compulsory to have atleast one abstract method in abstract class?
What is the final blank variable?
What is the difference between jdk and jre?
Explain the scope or life time of class variables or static variables?
Write a program in java to create a doubly linked list containing n nodes.
Java is Pass by Value or Pass by Reference?
What is the syntax and characteristics of a lambda expression?