Q.1.
What is the file extension for Java Source Code?
Q.2.
Which of the following is not a feature of Java
Q.3.
Which of the following is not the OOPS concept in Java?
Q.4.
Which of the following best describes what a variable is in computer programming terms?
Q.5.
Which of these are tokens
Q.6.
What is the escape sequence for horizontal tab
Q.7.
What is the file extension for Java Executable Code?
Q.8.
Which of the below is an invalid identifier with the main method?
Q.9.
What is the file extension for saving a Java file?
Q.10.
What is the old name for Java Programming?
Q.11.
Which of the following is a correct header line for main in a Java program?
Q.12.
What this prints
Q.13.
Select the correct output of following java code
Q.14.
Which of the following is the correct way to storevalues in an array?
Q.15.
Which of the following is a valid print statement?
Q.16.
Which of the following is a valid declaration of a field?
Q.17.
What is the output of the expression?
Q.18.
What would this output?
Q.19.
Which is not a possible result of n%6
Q.20.
Which math function is used to calculate the power of a number