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. Main method parameter has which type of data type

  • int
  • char
  • string
  • double

2. Can we access private class outside the package

  • Yes
  • No

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 of java is invoked by JVM to reclaim the inaccessible memory location

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

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

  • .class
  • .java
  • .cdr
  • .doc
Read more from - Java Objective Questions Answers -Chapter 1