Prior to Java SE 8, Java supported three programming paradigms. Java SE 8 added ________.

a. procedural programming
b. object-oriented programming
c. generic programming
d. functional programming.

D

Computer Science & Information Technology

You might also like to view...

Match the following objects with their definition

I. Table II. Form III. Report IV. Query V. View A. Used to enter, edit, delete or display records B. Provides an easy-to-read view of data C. Stores data in columns and rows D. Ask questions about the data E. Gives a different perspective

Computer Science & Information Technology

To display multiple values, it is customary to use Java's ____ operator, which combines two String values into one.

A. concatenation B. addition C. union D. intersection

Computer Science & Information Technology