download Mastguru Android App

Question Detail

Suspend thread can be revived by using

  • start() method
  • Suspend() method
  • resume() method
  • yield() method
Similar Questions :

1. Methods that have same name, but different Parameter list and different definition known as

  • Overriding
  • Constructor
  • Overloading
  • none of these

2. Hot java is

  • System software
  • Web browser
  • IDE
  • Java environment

3. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these

4. JAR file contains the compressed version of

  • .java file
  • .class file
  • .jsp file
  • None of above

5. what is jdb

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment