download Mastguru Android App

Question Detail

Thread class is available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package
Similar Questions :

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

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

2. How many keywords are available in java

  • 35
  • 55
  • 48
  • 130

3. ____ allows java code to run in the JVM to call and be called by native applications

  • JFI
  • JNI
  • NJI
  • FJI

4. Which class cannot be subclassed (or extended) in java?

  • abstract class
  • parent class
  • Final class
  • None of above

5. Process of creating exact copy of the existing object is called

  • cloning
  • overloading
  • overriding
  • coping
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment