-
Pages
-
Recent Posts
- How to connect to an EC2 instance over SSH
- Simple algorithm for casting strings to double
- How to make multipart requests with file and object through autogenerated code defined in OpenAPI
- How to make multipart requests with files through autogenerated code defined in OpenAPI
- How to compile and run Java files on Windows
Categories
-
Tag Archives: Java 8
7 different ways how to get NumberFormatException in Java
This article will show you the NumberFormatException, how you are getting it and what you should do to handle the exception properly. Continue reading
Developer Notes 001
The list of a few developer notes collected during the software development which were not enough for a self-standing article. Continue reading
Posted in Tips & tricks
Tagged curl, Enum, interpunct, Jackson, Java 8, Lombok, NUMBER, Oracle DB, Postman, serialization, String, Switch
Leave a comment
Flattening Stream Collections in Java
This article is about flattening the list of element list with use of Java 8 stream feature flatMap and forEach Continue reading
How to join List String elements with a comma
In this article, we will see three different ways to print string elements of the list into one coherent text. Continue reading
How to sort a map with Java 8
This tutorial shows how to sort Java Map implementations with Java 8 streams by map’s key or value properties. Continue reading
How to use IntStream range in Java
This article talks about the average use case of loop count variable usage via IntStream API Continue reading