OCJP Java Certification Exam Questions

Preparing for Java SE 11 Developer Certification Exam 1Z0-819? Here you can find practice questions for each objective. We will…

add comment

File Handling using Java 8 Streams

Introduction As we all know, Java 8 Streams can effectively be used for making data transformations/processing just like we do…

add comment

How to prepare for Java SE 11 Developer 1Z0-819 exam?

Oracle has announced the Java SE 11 Developer 1Z0-819 exam in 2020. Along with that, they also retired the 1Z0-815…

add comment

How do we split Strings using Streams?

Overview Many common use cases such as splitting, trimming etc may involve generating streams from strings in Java. In this…

add comment