You can declare new classes as needed; this is one reason Java is known as a(n) ________ language.

a. portable
b. incremental
c. extensible
d. virtual

C

Computer Science & Information Technology

You might also like to view...

For The Java statements will result in:

``` String c = "Hello. She sells sea shells"; int i = c.indexOf("ll"); int j = c.lastIndexOf("ll"); ``` a. i = 2 and j = 24. b. i = 3 and j = 24. c. i = 2 and j = 25. d. i = 3 and j = 23.

Computer Science & Information Technology

The accompanying figure shows the Border tab in the _____ dialog box in Microsoft Excel 2016.? ?

A. ?Format Cells B. ?AutoFill C. ?Function Arguments D. ?Paste Special

Computer Science & Information Technology