What interfaces are in the package java.lang?

What will be an ideal response?


The interfaces in the pack- age java.lang are: Appendable, CharSequence, Cloneable, Comparable, Iterable, Readable, Runnable, Thread.UncaughtExceptionHandler.

Computer Science & Information Technology

You might also like to view...

Consider the following Java statements:

``` int x = 9; double y = 5.3; result = calculateValue(x, y); ``` Which of the following statements is false? a. A method is called with its name and parentheses. b. x and y are parameters. c. Copies of x and y are passed to the method calculateValue. d. x and y are arguments.

Computer Science & Information Technology

A(n) ________ is a collection of multiple objects on a presentation slide treated as one unit

A) index B) table of figures C) macro D) group

Computer Science & Information Technology

An expression or integer value specifying total number of payments in a loan is the ________ argument in the PMT function

A) future_value B) num_periods C) present_value D) rate

Computer Science & Information Technology

What is the legal protection afforded an expression of an idea, such as a song, book, or video game?

A. Privacy B. Confidentiality C. Intellectual property D. Copyright

Computer Science & Information Technology