Question Detail

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

  • JFI
  • JNI
  • NJI
  • FJI
Similar Questions :

1. The Externizable interface extends the serializable interface

  • True
  • False

2. Which method of java is invoked by JVM to reclaim the inaccessible memory location

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c

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

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

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

  • JFI
  • JNI
  • NJI
  • FJI

5. Which among following classes is not part of Java's collection framework

  • Queue
  • Array
  • Stack
  • Maps
Read more from - Java Objective Questions Answers -Chapter 1