download Mastguru Android App

Question Detail

Can we declare abstract static method

  • Yes
  • No
Similar Questions :

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

  • Queue
  • Array
  • Stack
  • Maps

2. Which method can't be overidden

  • super
  • static
  • final
  • println

3. Which class cannot be subclassed (or extended) in java?

  • abstract class
  • parent class
  • Final class
  • None of above

4. Interfaces helps in which type of inheritance

  • Multiple inheritance
  • Multilevel inheritance
  • Hierarchical inheritance
  • None of above

5. Which method of java is invoked by JVM to reclaim the inaccessible memory location

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment