WorksheetsJava
Total questions: 12
Worksheet time: 9mins
_________ operator returns the remainder after division
+
/
%
*
________ operator is used to check the equality of two values
>=
=
*=
==
Bit wise operations only carried out only in integer /long integer values.
True
False
Operator used to access the members of a class /package
(.) Dot
(,) Comma
Java has goto statement
True
False
Java doesn't support structures and unions
True
False
Java is
platform dependent
platform indeprndent
In Java WORA stands for
Write Once Recall Anywhere
Write Once Return Anywhere
Write Once Read Anywhere
Write Once Run Anywhere
JVM stands for
Java Vital Machine
Java Virtual Machine
Java Vendor machine
Java programs ________________
are only compiled
are only compiled not interpreted
are only interpreted
are both compiled and interpreted
In Java, execution starts from ___________ function.
get()
main()
java()
display()
Main() method is not mandatory for a Java program
True
False
