Fill in the code below in the underline:
```
public class Test {
public static void main(String[] args) {
Test test = new Test();
System.out.println(test.setAction3(_____________));
}
public double setAction3(T3 t) {
return t.m(5.5);
}
}
interface T3 {
public double m(Double d);
}```
a. () -> e * 2
b. (e) -> e * 2
c. e -> e * 2
d. (e) -> {e * 2;}
bc
You might also like to view...
Using the ________ tab on the File tab you can share your presentation files in a variety of ways, depending on whether or not your presentation file is saved locally, on a SharePoint site, or on SkyDrive
Fill in the blank(s) with correct word
When moving your mouse pointer over a taskbar icon for an open program, a ________ of the file is displayed
A) dialog box B) Key tip C) thumbnail D) shortcut