Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Cat Exam

 :) Latest Topic
general knowledge
VB.NET
SQL Query
UDDI
CLASS
JavaScript Questions
SharePoint Interview
SilverLight
WCF
beans
 ASP.NET
 :) Hot Jobs
 
 :) Latest Articles


  

 


Identify the intermediate and terminal operations in the code.
Question Posted on 12 Jan 2021

Home >> Java >> Java8 Innards >> Identify the intermediate and terminal operations in the code.




Identify the intermediate and terminal operations in the code.
double average = roster
.stream()
.filter(p -> p.getGender() == Person.Sex.MALE)
.mapToInt(Person::getAge)
.average()
.getAsDouble();
Choose the correct option from below list
(1)Intermediate:average Terminal: filter, mapToInt
(2)Intermediate: filter Terminal: mapToInt, average
(3)Intermediate: filter, mapToInt Terminal: getAsDouble
(4)Intermediate: filter, mapToInt Terminal: average

Answer:-(4)Intermediate: filter, mapToInt Terminal: average
0
0



 
 Input Your Comments Or suggestions(If Any)
 Name
 Email(optional)
 Comments


Other Important Questions
Choose the correct option based on this code segment
Which of the following is correct about Java 8 lambda expression?
In Functional Reactive programming, we pull the stream of data.
Stream operation iterations are internal over the source of elements.
Choose the correct option based on this code segment in Java8 Innards Qsn






 
Top Searches:asp net questions vb net questions sql query uddl questions class javascript Questions sharepoint interview questions and concept silverlight questions and concept wcf questions beans general knowledge ajax questions
PHP | Biztalk | Testing | SAP | HR |