download Mastguru Android App

Question Detail

Main method parameter has which type of data type

  • int
  • char
  • string
  • double
Similar Questions :

1. JAR file contains the compressed version of

  • .java file
  • .class file
  • .jsp file
  • None of above

2. The inner class can access private members of the outer class

  • False
  • True

3. In Runnable, many threads share the same object instance

  • True
  • False

4. x=x+1 is equivalent to

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

5. Converting a primitive type data into its corresponding wrapper class object instance is called

  • boxing
  • wrapping
  • instantiation
  • autoboxing
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment