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
What happens to a static var that is defined within a method of a class?
What is the meaning of course?
What is the purpose of the return statement?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
How to read and write image from a file ?
What is the difference between the file and randomaccessfile classes?
What does those terms actually mean included in the j.d.k i.6?
Can a class have multiple superclasses?
What type of language is java?
Difference between class#getinstance() and new operator ?
How to call one constructor from the other constructor ?
Can singleton class be cloned?
What is field name?
Why webdriver is an interface?
What is difference between final and immutable?