Search
.Management Sciences
A. java.util package
B. java.io package
C. java.lang package
D. java.awt package
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...
- javah stands for ?
- A. java dissasamebler B. java header file C. java interpreter D. java compiler...
- Which statements are most accurate regarding the following classes? class A{private int i; protected int j; } class B extends A{ private int k; protected int m; } ?
- A. An object of B contains data fields j, k, m B. An object of B contains data fields k, m C. An object of B contains data fields j, m D. An object of B contains data fields i, j, k, m...
- The JDBC-ODBC bridge is_________________?
- A. Singlethreaded B. Multithreaded C. Both of above D. None of above...
- JAR file contains the compressed version of_________________?
- A. .java file B. .jsp file C. .class file D. None of above...
Recent Comments