Question Detail

Java beans have no types

  • True
  • False
Similar Questions :

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

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

2. Private Constructors can't be access from any derived classes neither from another class

  • True
  • False

3. Package of drawstring() method is

  • java.applet
  • java.io
  • javax.swing
  • java.awt

4. x=x+1 is equivalent to

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

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

  • JFI
  • JNI
  • NJI
  • FJI
Read more from - Java Objective Questions Answers -Chapter 1