Question Detail

Which method can't be overidden

  • super
  • static
  • final
  • println
Similar Questions :

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

  • Queue
  • Array
  • Stack
  • Maps

2. 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

3. What do you mean by javap

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger

4. Which is the predefined package

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

5. 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][];
Read more from - Java Objective Questions Answers -Chapter 1