Fill in the code below in the underline:

```
public class Test {
public static void main(String[] args) {
Test test = new Test();
test.setAction(______________________________);
}

public void setAction(T1 t) {
t.m();
}
}

interface T1 {
public void m();
}
```
a. () -> System.out.print("Action 1! ")
b. (e) -> System.out.print("Action 1! ")
c. System.out.print("Action 1! ")
d. (e) -> {System.out.print("Action 1! ")}


a. () -> System.out.print("Action 1! ")

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a group or list of context-sensitive commands related to a right-clicked item

A) SmallMenu B) task menu C) shortcut menu D) mini menu

Computer Science & Information Technology

The ____ filters paint with an artistic impression using different brush and ink stroke effects.

a. Sketch b. Texture c. Brush Stroke d. Pixelate

Computer Science & Information Technology

The ________ is a temporary storage area maintained by the operating system

Fill in the blank(s) with correct word

Computer Science & Information Technology

A logo is often placed on a page using _______________ positioning.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology