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! ")
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
The ____ filters paint with an artistic impression using different brush and ink stroke effects.
a. Sketch b. Texture c. Brush Stroke d. Pixelate
The ________ is a temporary storage area maintained by the operating system
Fill in the blank(s) with correct word
A logo is often placed on a page using _______________ positioning.
Fill in the blank(s) with the appropriate word(s).