Search
.Management Sciences
A. Java
B. javap
C. javac
D. none of above
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...
- Which of the following command is used to compile the Java program ?
- A. java B. javac C. javap 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...
- Which keyword is used while using interface________________?
- A. throw B. throws C. extend D. implements...
Recent Comments