Home / Programming MCQs / JAVA MCQs / Question
R
Q. Which of these statements are incorrect?
Division operator, /, has equal precedence as of multiplication operator. In expression involving multiplication and division evaluation of expression will begin from right side when no brackets are used.
You must be Logged in to update hint/solution
Which class cannot have a subclass in java
What is the need to mention "static" before main method?
Which one is a valid declaration of a boolean?
The modifier which specifies that the member can only be accessed in its own class is
Which is fast among OR(|) and Short Circuit OR (||) operators in Java?
What is the lifecycle of a servlet?
What is the output of the following code snippet?
Component which encloses command button.
Polymorphism that is resolved during compiler time is known as
Discusssion
Login to discuss.