Search
.Management Sciences
A. Package
B. Wrapper
C. Java object
D. Collection object
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...
- Why we use array as a parameter of main method_________________?
- A. Can store multiple values B. It is syntax 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