Which of the following statements about Java Class Libraries is false:

a. Java class libraries consist of classes that consist of methods that perform tasks.
b. Java class libraries are also known as Java APIs (Application Programming Interfaces).
c. An advantage of using Java class libraries is saving the effort of designing, developing and testing new classes.
d. Java class libraries are not portable


d. Java class libraries are not portable

Computer Science & Information Technology

You might also like to view...

Which of the following is not an arithmetic operator?

A) + B) * C) > D) -

Computer Science & Information Technology

What is the best way to move efficiently from one cell to the next in a table?

A) Shift B) Tab C) Shift Tab D) Ctrl

Computer Science & Information Technology

In CSS box model, what is the space between the element's border and content called?

a. margin b. padding c. inner border d. box space

Computer Science & Information Technology

Which of the following is the CSS property used to set the background color?

a. bgcolor b. background-color c. color d. none of the above

Computer Science & Information Technology