Java Programming Quiz 3

Java Programming Quiz 3

Which of the following statement can check only equal values?





A Java program is composed of ……….





Is this true that every class must have at least one public method?



A method declared as ‘final’ cannot be ……….





A ………. member of a class is shared among all the objects of the class.





………. package is automatically imported in all Java applications.





Exceptions are also called ……….





Which of the following is not a keyword in Java?





Which of the following operator is used for memory allocations of arrays?





Every class must have a main method in it.