Search
.Management Sciences
A. Declare the method with the keyword public.
B. Declare the method with the keyword private.
C. Do not declare the method with any accessibility modifiers.
D. Declare the method with the keyword public and private.
Related Mcqs:
- Choose the correct statement : Restriction on static methods are?
- A. They cannot refer this or super in any way. B. They must only access static data. C. They can only call other static methods. D. All of the above...
- Which method of the Applet class displays the result of applet code on screen ?
- A. paint() method B. main() method C. run() method D. drawString() method...
- _________ allows java code to run in the JVM to call and be called by native applications ?
- A. JNI B. FJI C. NJI D. JFI...
- The JDBC-ODBC bridge is_________________?
- A. Singlethreaded B. Multithreaded C. Both of above D. None of above...
- x=x+1 is equivalent to _________________?
- A. x++ B. ++x C. x=x-1 D. None of these...
Recent Comments