Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Finding a more functional approach using Java Optional?

java intellij-idea java-8

How to use lambda expressions and streams in the following example?

Java 8: How to get element at an index from a Stream

java java-8 java-stream

Avoiding NoSuchElementException in Java 8 streams

java lambda java-8 java-stream

Unable to create java virtual machine

java windows java-8 jvm

Java 1.8 time functionality

java time java-8 java-time

Best way to suffix value to a string if it matches a condition and generate a comma separated list of the values in a list

Operations on a stream produce a result, but do not modify its underlying data source

foreach java-8 java-stream

Confused on the difference between ConcurrentHashMap and HashMap behavior in this example

Implement interface with multiple EJBs

java jakarta-ee java-8 ejb

Best way to use Java8 streams to implement this collection

Extracting values in a map

java lambda java-8 java-stream

Return Not-Hidden Files [duplicate]

java java-8

What are the JAXB Jar files to be used with Java 17 project

java java-8 jaxb java-17

Using two fields from different class hierarchy routes for map-filter lambda expression

java lambda java-8 option-type

Java 8 - Can I use lambda to make sure field is not in list?

filter lambda java-8

How to get non-heap "code cache" details using jstat

Is it possible to chain predicates with `and` using different type parameter?

java java-8 generic-lambda

Old versus new foreach loop