Java : Programming Concept Questions & Answers
Question : Modulus operator (%) can be applied to which of these?
A.
Integers
B.
Floating - point
numbers
C.
Both A and B
D.
None of These
Correct Answer is : Option C.
- What feature of OOP has a super-class sub-class concept?
- Which of the following are not the methods of the Thread class?
- Division operator has ____ precedence over multiplication operator.
- What is the full form of JVM ?
- In Java code, the line that begins with /* and ends with */ is known as?