Question: True or False: A checked exception is one that extends Exception but not RuntimeException. True or False: Constructors are inherited. True or False: An abstract

  1. True or False: A checked exception is one that extends Exception but not RuntimeException.

  1. True or False: Constructors are inherited.

  1. True or False: An abstract class may be declared as final.

  1. True or False: The throws keyword is used to specify an exception.

  1. True or False: An interface is a protocol by which two unrelated objects communicate.

  1. True or False: If you define no constructors, a default one will be provided automatically.

  1. True or False: Java uses a class name and period ( . ) to refer to a static member.

  1. True or False: The equals() method defined in class Object uses an equivalence function.

  1. True or False: In order to load an image, an applet must use the getImage() method of the Toolkit.

  1. True or False: An interface may not have multiple parents.

  1. True or False: The first command line argument stored in String[] args is always the program name.

  1. True or False: Run time parameters of an Applet are obtained by calling the getParameter() method.

  1. True or False: All method arguments are passed by value.

  1. True or False: An interface can extend an existing interface through inheritance.

  1. True or False: An anonymous inner class is typically constructed as an argument to a method.

  1. True or False: Access is specified at the object level rather than at the class level.

  1. True or False: An inner class may extend a class other than the one its container extends.

  1. True or False: The short circuit operators apply to boolean operands rather than bits.

  1. True or False: A top level class may be declared as private.

  1. True or False: Calling the System.gc() method guarantees that the garbage collector will be run.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!