CompletableFuture is one of my Java 8 additions to the language. However, there are two methods whose design keeps mind-boggling me: CompletableFuture#allOf CompletableFuture#anyOf In this…
Category: dummyCategory
9 Top Java Frameworks for 2020
Java is ruling web app development world from past two decades. Let’s find the top Java frameworks that are expected to lead in 2020.
Tomcat-Tradelite7 Performance of OpenJ9 with default Shared Cache
Tomcat is a very popular and widely used application server. In this article I will show how Tomcat users can get some good performance boosts by using the Eclipse OpenJ9 JVM. In different articles…
Free Java Tutorial – First Steps in Java
Get a good grasp on the basics of Java programming language: topics ranging from basic syntax to database operations – Free Course
What is Overloading, Overriding, Hiding, Shadowing and Obscuring in Java and Object-Oriented Programming?
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java Feature Spotlight: Local Variable Type Inference
In Java Futures at QCon New York, Java Language Architect Brian Goetz took us on a whirlwind tour of some recent and future features in the Java Language. In this article, he dives into Local Variable Type Inference.
Java Heap Sizing in a Container: Quickly and Easily
Basic details about Java heap sizing in a container.
Java HashMap Implementation and Performance – LearningSolo
we are going to explore more about the implementation and performance of HashMap. Java HashMap implementation and performace, Java hashmap
What is double colon (::) operator in Java 8 – Example
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
OpenJ9’s Advantage for Java Serialization
Did you know… that just by using OpenJ9 as your runtime, applications using deserialization could gain a huge performance advantage? Background Java serialization provides a way to easily con…
The Java Daily 11/11/19 – Dreamix Group
The Java Daily provides you with the best articles from the Java world on a daily basis
10 JDK 10 Features Java Developers Should Know
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
A new Java enhancement proposal, JEP 363, proposes to remove the Concurrent Mark Sweep garbage collector, which was deprecated two years ago.
How to Enroll on Spring Professional Certification and Schedule Exam using Voucher Online – Step by Step Guide
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java Concurrency: Synchronization – DZone Java
In this post, we look at Java concurrency, synchronization, and how manipulating an object from multiple threads can pose a problem when the object holds state.