download Mastguru Android App

Question Detail

Can we declare abstract static method

  • Yes
  • No
Similar Questions :

1. Which command disassembles a class file

  • javaamd
  • javacmd
  • java
  • javap

2. pow () is associated with which class

  • Math class
  • Input stream class
  • Object class
  • None of above

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

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c

4. 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][];

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

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment