Online Test for Java

  1. James Gosling is father of Java?
    True
    False

  1. Garbage Collection is manual process.
    True
    False


  1. Constructor overloading is not possible in Java.
    True
    False

  1. Which is not a valid keyword in java?
    null
    transient
    synchronized
    native

  1. Which method of System class is used to copy array?
    copyArray
    arrayCopy
    arraycopy
    arrCopy


  1. The Java programming language is a ________?
    Machine Level Language
    High Level Language
    Assembly Level Language
    None of the above

  1. int x[] = new int[]{10,20,30};<br><br>Arrays can also be created and initialize as in above statement.
    True
    False

Post Your Question
Social Sharing
Search