Question Detail

Applet always executed on

  • Client side
  • Server Side
Similar Questions :

1. Java beans have no types

  • True
  • False

2. Constructor has return type

  • True
  • False

3. x=x+1 is equivalent to

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

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

  • True
  • False

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