Java supports type inferencing with the <> notation in statements that declare and create generic type variables and objects. For example, the following line:

```
List list = new ArrayList();```
can be written as:
a. List<> list = new ArrayList<>();
b. List<> list = new ArrayList();
c. List list = new ArrayList<>();
d. List list = new ArrayList();

C

Computer Science & Information Technology

You might also like to view...

What is the purpose of a spreadsheet model and how can a spreadsheet model help the owners of the Terra Cotta Brew Coffee Shop make decisions about the renovation?

What will be an ideal response?

Computer Science & Information Technology

List some ways to incorporate Social Media into an organization.

What will be an ideal response?

Computer Science & Information Technology