Search
.Management Sciences
A. Singlethreaded
B. Multithreaded
C. Both of above
D. None of above
Related Mcqs:
- Main method parameter has which type of data type___________________?
- A. int B. char C. string D. double...
- What is the output for the below code ? public class Test{public static void main(String[] args){int i = 010; int j = 07;System.out.println(i); System.out.println(j); } } ?
- A. 7 8 B. 8 7 C. 9 8 D. None...
- The following fraction of code double STATIC = 2.5 ; System.out.println( STATIC ); ?
- A. Prints 2.5 B. Raises an exception C. Raises an error as STATIC is used as a variable which is a keyword D. None of these...
- Program which executes applet is known as________________?
- A. JVM B. virtual machine C. applet engine D. None of above...
- Package of drawstring() method is _________________?
- A. java.awt B. javax.swing C. java.applet D. java.io...
Recent Comments