download Mastguru Android App

Question Detail

Methods that have same name, but different Parameter list and different definition known as

  • Overriding
  • Constructor
  • Overloading
  • none of these
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. All raw data types should be read and uploaded to the database as an array of

  • int
  • char
  • bollean
  • byte

3. Java beans have no types

  • True
  • False

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. Session beans are created by the client submitting the query to the database

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