Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Category: Home
Java: Features, Improvements, & Updates – Dzone Research Guides
Popular SAVE Although some believe Java is dying, developments such as the upcoming release of Java 9 and the strength of the Java….
Groovy Additions to the Java 8 Date/Time API – DZone Java
Groovy is planning on adding better support for Java’s Date/Time API. See how Groovy makes conversion and incrementation easier in your code.
Java, Ruby, Python, C++, JavaScript, PHP, Perl — 10 Popular Programming languages and their…
There are many programming languages out there in the software world and they are still coming like Scala, Go, Closure etc, but the only…
Top 40 Core Java Interview Questions Answers from Telephonic Round
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Exclude Fields from Serialization in Gson | Baeldung
Explore the options available to exclude fields from serialization in Gson.
Java & Docker: Java 10 improvements strengthen the friendship!
Till JDK 10, running java applications in linux containers was a bit tricky and requires additional setup to avoid surprises. These issues does not affect only older versions of Java (prior to 10), but also some tools that collect information from the execution environment like top, free and ps. That’s
How to find the first element of Stream in Java 8 – findFirst() Example
In Java 8, you can use the Stream.findFirst() method to get the first element of Stream in Java. This is a terminal operation and often us…
When to use PUT or POST in RESTful Web Service
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Converting Java Map to List – Spring Framework Guru
Converting a Java Map to a List is a very common programming task for Java programmers. Here, we look at several ways you can convert a Java Map to a List.
Multi-Tenancy With EJB 3.1 and JPA 2.0 – Steve Hostettler
In this post, we look at how to simulate multi-tenancy with several datasources using JPA 2.0
The Good Cop/Bad Cop Guide to Java 9 | recallact.com
In this session, our speakers take turns playing good cop/bad cop on each Java 9 feature. We let the audience decide which features are important to you, after explaining the pros and cons of each feature.
Java EE MVC: Handling Form Validation – DZone Java
Let’s learn a lesson from JAX-RS and use some bean validation annotations to help make our form validation process simple and easy in Java EE MVC projects.