Q.1.
Which element is represented by a[10]?
Q.2.
Information given to a method.
Q.3.
This return information about the state of an object.
Q.4.
This changes the state of an object.
Q.5.
False && true || true
Q.6.
What would this output?System.out.println(15%3);
Q.7.
What is the logical operator for "not" ?
Q.8.
What is the logical operator for "or" ?
Q.9.
What is the logical operator for "and" ?
Q.10.
When a variable stores an object, the object is stored in the variable directly.