Login
Remember
Register
Ask a Question
Recent questions tagged java8
0
votes
1
answer
What is the difference between a consumer and a supplier in Java 8?
asked
Apr 28, 2024
in
JAVA
by
Robin
supplier
java8
0
votes
1
answer
What is a stream in Java 8?
asked
Apr 26, 2024
in
JAVA
by
SakshiSharma
stream
java8
+1
vote
1
answer
What is a default method and when do we use it?
asked
Apr 13, 2023
in
JAVA
by
Robin
default
method
java8
0
votes
1
answer
What are the Advantages of Java 8 Optional?
asked
Apr 13, 2023
in
JAVA
by
Robin
java8
optional
0
votes
1
answer
What is Optional in Java 8?
asked
Apr 13, 2023
in
JAVA
by
Robin
optional
java8
0
votes
1
answer
What are the standard techniques?
asked
Mar 1, 2023
in
JAVA
by
sharadyadav1986
standard
techniques
java8
0
votes
1
answer
What new features does Java 8 have?
asked
Mar 1, 2023
in
JAVA
by
sharadyadav1986
java8
0
votes
1
answer
What does Java 8's Nashorn mean?
asked
Feb 27, 2023
in
JAVA
by
Robindeniel
java8
0
votes
1
answer
Identify the intermediate and terminal operations in the code.
asked
Jun 30, 2022
in
JAVA
by
sharadyadav1986
java8
0
votes
1
answer
LocalDate date1 = LocalDate.now();
asked
Jun 30, 2022
in
JAVA
by
sharadyadav1986
data
java8
0
votes
1
answer
The terminal operation produces another stream as its output.
asked
Jun 30, 2022
in
JAVA
by
sharadyadav1986
terminal-operation
java
java8
0
votes
1
answer
Repeating annotations can be added with which of the following declarations?.
asked
Jun 30, 2022
in
JAVA
by
sharadyadav1986
java8
java
0
votes
1
answer
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
1
answer
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
1
answer
Lambda expressions are based on __________
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
0
votes
1
answer
Which of the following is a valid use of lambda expressions?
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
0
votes
1
answer
Parameter types can be inferred in Lambda expressions.
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
0
votes
1
answer
The following lambda expression is valid. (x, y) -> return x + y
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
0
votes
1
answer
The following are valid lambda expressions, except _________.
asked
May 22, 2022
in
JAVA
by
AdilsonLima
java8
0
votes
1
answer
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 »
...