Question Detail

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

  • True
  • False
Similar Questions :

1. Executable applet is

  • .applet file
  • .java html
  • .java file
  • .class file

2. All raw data types should be read and uploaded to the database as an array of

  • int
  • char
  • bollean
  • byte

3. Which is the predefined package

  • Lang package
  • io package
  • util package
  • All of above

4. Why we use array as a parameter of main method

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above

5. Which collection class associates values witch keys, and orders the keys according to their natural order

  • java.util.HashSet
  • java.util.LinkedList
  • java.util.TreeMap
  • java.util.SortedSet
Read more from - Java Objective Questions Answers -Chapter 1