This is a summary of some of the most important questions concerning the Hibernate Framework, that y…
Category: Home
How to get a job in cloud computing: 10 skills to master
Job postings for cloud computing and cloud engineers have risen 27% in the past two years, according to Indeed.
APIs To Be Removed from Java 11
After seeing several APIs removed as part of Java 10 , Java 11 ( JSR 384 ) looks to remove some more APIs. In the recent OpenJDK java-se-sp…
Best Machine Learning Libraries For Java Development
These days having skills in deep learning and machine learning is one of the most trending things in the tech world right now, and…
Your own MicroProfile Config source
MicroProfile Config, that is part of the MicroProfile Specification, is the standardization for Java…
Java Annotated Monthly – August 2018 | IntelliJ IDEA Blog
The Most Creative Teams Have a Specific Type of Cultural Diversity – simply having diversity in the team members isn’t enough Eve….
Stack Overflow: Top Java Questions We Didn’t Know We Had – and How to Answer Them | OverOps Blog
A collection of Stack Overflow questions that you shouldn’t miss out on:
Stream API performance with GraalVM – graalvm – Medium
How GraalVM optimizes Java programs that use the JDK 8 Streams API.
JDK 11: Taking Single-File Java Source-Code Programs Out for a Spin
The JDK 11 Early Access Builds include functionality related to JEP 330 (“Launch Single-File Source-Code Programs”). I have written about …
JDK 12, Merging Collectors, and the Challenge of Naming
It appears likely that a new method will be available on the java.util.streams.Collectors class in JDK 12 that will, according to the new …
The trendy five: Scorching hot GitHub repos for July 2018 – JAXenter
It’s that time of the month again where we look at the trending GitHub repos and pick out five of our favorites. What’s in, what’s out, what’s trending?
String.hashCode() is not even a little unique
Peter Lawrey Most answers for Java and JVM on StackOverflow.com (~13K), “Vanilla Java” blog with four million views, founder of th….
How to avoid deadlock in Java Threads?
How to avoid deadlock in Java? is one of the popular Java interview question and flavor of the season for multi-threading, asked mostly at…