download Mastguru Android App

Question Detail

Which keyword represents object of the present class

  • interface
  • package
  • this
  • static
Similar Questions :

1. After the compilation of the java source code, which file is created by the JVM

  • .class
  • .java
  • .cdr
  • .doc

2. Java intermediate code is known as

  • First code
  • Mid code
  • Byte code
  • None of above

3. Main method parameter has which type of data type

  • int
  • char
  • string
  • double

4. Suspend thread can be revived by using

  • start() method
  • Suspend() method
  • resume() method
  • yield() method

5. Why we use array as a parameter of main method

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment