Answer Posted / 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 |
Post New Answer View All Answers
Can a class have multiple superclasses?
How long will it take to learn java?
How many types of string data types are there?
Which is easier .net or java?
What is the difference between hashset and treeset in java?
what is nested class in java?
What are the library functions in java?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is the this keyword?
Define how does a try statement determine which catch clause should be used to handle an exception?
What are the types of inner classes (non-static nested class) used in java?
what is singleton class in java?
What is the meaning of nullable?
Can we have any code between try and finally blocks?
What is a get method?