Exam Name: | Java SE 11 Developer | ||
Exam Code: | 1z0-819 Dumps | ||
Vendor: | Oracle | Certification: | Java SE |
Questions: | 296 Q&A's | Shared By: | ashley |
Given the code fragment:
var pool = Executors.newFixedThreadPool(5);
Future outcome = pool.submit(() −> 1);
Which type of lambda expression is passed into submit()?
Given:
What is the result?