download Mastguru Android App

Question Detail

Which of the following command is used to compile the Java program

  • java
  • javac
  • javap
  • none of these
Similar Questions :

1. Main method parameter has which type of data type

  • int
  • char
  • string
  • double

2. Session beans are created by the client submitting the query to the database

  • True
  • False

3. Which of the following statements about arrays is syntactically wrong

  • arrayName[] p = new arrayName[5];
  • arrayName p[5];
  • arrayName[] p [];
  • arrayName p[][] = new arrayName[2][];

4. Which method can't be overidden

  • super
  • static
  • final
  • println

5. The JDBC-ODBC bridge is

  • Multithreaded
  • Singlethreaded
  • Both of above
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment