Search
.Management Sciences
A. java.util.LinkedList
B. java.util.TreeMap
C. java.util.SortedSet
D. java.util.HashSet
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...
- _________ allows java code to run in the JVM to call and be called by native applications ?
- A. JNI B. FJI C. NJI D. JFI...
- 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