Question Detail

pow () is associated with which class

  • Math class
  • Input stream class
  • Object class
  • None of above
Similar Questions :

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

2. Main method parameter has which type of data type

  • int
  • char
  • string
  • double

3. In which we clone the object and their constituent parts

  • Shallow cloning
  • Deep cloning
  • Both of above
  • None of above

4. what is jdb

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

5. Constructor has return type

  • True
  • False
Read more from - Java Objective Questions Answers -Chapter 1