Home / Programming MCQs / JAVA MCQs / Question
R
Q. Static variables in java are declared as ___.
The static variables declarations just like constants, they required static keyword and an initial value.
You must be Logged in to update hint/solution
An ENUM class in Java can contain ______.
____________ is a subinterface of java.rmi.Remote that defines the methods for the server object.
Which of the following type of JDBC driver, uses database native protocol?
The CharArrayWriter class is not used to write data to multiple files
“request” is instance of which one of the following classes?
A primitive data type can be passed as an argument into a method
Which operator is used to implement unsigned right shift of an integer?
Discusssion
Login to discuss.