Syvum Home Page

Home > Quiz Games > Java Programming >

Java Programming : Methods : True or False


Answer the following questions about methods in the Java programming language.

Formats Info Page Worksheet / Test Paper Quiz Review
Multiple choice

Your Performance  

1.

All interface methods must be declared as public when implemented in a class.

  True

  False

 

2.

The access level of an overridden method cannot be changed in a subclass.

  True

  False

 

3.

A method that is overridden in the subclass must retain the same return type and parameter list.

  True

  False

 

4.

A method declaration must always contain the access level.

  True

  False

 

5.

A method in a class declared as static can only access static class members.

  True

  False

 

6.

A method in a class declared as static may be invoked simply by using the name of the method alone.

  True

  False

 

7.

When an instance of a class, or object, is specified as a parameter to a method, a reference to the said object is passed to the method.

  True

  False

 


 
12 more pages in Java Programming


Contact Info © 1999-2024 Syvum Technologies Inc. Privacy Policy Disclaimer and Copyright
Previous
-
Next
-