Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Recent questions tagged java8
Home
Tag
java8
0
votes
What is the difference between a consumer and a supplier in Java 8?
asked
Apr 28
in
JAVA
by
Robin
supplier
java8
0
votes
What is a stream in Java 8?
asked
Apr 26
in
JAVA
by
SakshiSharma
stream
java8
+1
vote
What is a default method and when do we use it?
asked
Apr 13, 2023
in
JAVA
by
Robin
default
method
java8
0
votes
What are the Advantages of Java 8 Optional?
asked
Apr 13, 2023
in
JAVA
by
Robin
java8
optional
0
votes
What is Optional in Java 8?
asked
Apr 13, 2023
in
JAVA
by
Robin
optional
java8
0
votes
What are the standard techniques?
asked
Mar 1, 2023
in
JAVA
by
sharadyadav1986
standard
techniques
java8
0
votes
What new features does Java 8 have?
asked
Mar 1, 2023
in
JAVA
by
sharadyadav1986
java8
0
votes
What does Java 8's Nashorn mean?
asked
Feb 27, 2023
in
JAVA
by
Robindeniel
java8
0
votes
Identify the intermediate and terminal operations in the code.
asked
Jun 30, 2022
in
JAVA
by
sharadyadav1986
java8
0
votes
LocalDate date1 = LocalDate.now();
asked
Jun 30, 2022
in
JAVA
by
sharadyadav1986
data
java8
0
votes
The terminal operation produces another stream as its output.
asked
Jun 30, 2022
in
JAVA
by
sharadyadav1986
terminal-operation
java
java8
0
votes
Repeating annotations can be added with which of the following declarations?.
asked
Jun 30, 2022
in
JAVA
by
sharadyadav1986
java8
java
0
votes
If you wanted to process a stream of names, extract the male names, and store them in a new list, what is the appropriate operation to be used?
asked
Jun 30, 2022
in
JAVA
by
sharadyadav1986
java8
java
0
votes
Which of the following functional interfaces represents an operation that accepts an object-valued and an int-valued argument, and returns no result?
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
0
votes
Lambda expressions are based on __________
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
0
votes
Which of the following is a valid use of lambda expressions?
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
0
votes
Parameter types can be inferred in Lambda expressions.
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
0
votes
The following lambda expression is valid. (x, y) -> return x + y
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
0
votes
The following are valid lambda expressions, except _________.
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
0
votes
Object o = () -> {System.out.println(“Example”); }; Object o can be replaced with?
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
Page:
1
2
next »
...