download Mastguru Android App

Question Detail

Why we use array as a parameter of main method

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above
Similar Questions :

1. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these

2. Executable applet is

  • .applet file
  • .java html
  • .java file
  • .class file

3. String is the predefined

  • Method
  • Class
  • Variable
  • Object

4. Which is the predefined package

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

5. Private Constructors can't be access from any derived classes neither from another class

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