Search
.Management Sciences
A. java compiler
B. java debugger
C. java Interpreter
D. java Disassemble
Related Mcqs:
- Object which can store group of other objects is called___________________?
- A. Package B. Wrapper C. Java object D. Collection object...
- The object is created with “new” keyword ?
- A. At Compile-time B. At run-time C. Depends on the code D. None of these...
- String is the predefined ?
- A. Object B. Variable C. Class D. Method...
- What will be output of following program? public class Test{public static void main(String[] args){byte b=127; b++; b++; System.out.println(b); } } ?
- A. 127 B. -127 C. 129 D. -129...
- Package of drawstring() method is _________________?
- A. java.awt B. javax.swing C. java.applet D. java.io...
Recent Comments