A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Category: Articles
The Ultimate Guide to Java Stream API Collectors
Overview This guide aims to be your friendly neighbourhood complete Stream API Collectors reference, additionally covering changes introduced in separate Java releases. All methods feature…
The Payara Monthly Catch for August 2019
Our monthly news round up of interesting articles, videos, podcasts and community news from August.
Evolution of Database Connectivity in Java – DZone Database
This article covers database connectivity in Java and provides solutions using JDBC and Spring Data JDBC.
Java Weekly, Issue 296 | Baeldung
A look at how Clojure’s minimal syntax gives it a leg up over syntax-heavy languages like Java for building large systems.
The Future of Enterprise Java: Why You Should Attend the JakartaOne Livestream – DZone Java
If you are a server-side Java developer, you don’t want to miss the upcoming JakartaOne Livestream, a free, virtual conference covering all things Jakarta EE.
Running Single-file Programs without Compiling in Java 11
Starting with Java SE 11, and for the first time in the programming language’s history, you can execute a script containing Java code directly without compilation. The Java 11 source execution feature makes it possible to write scripts in Java and execute them directly from the *inx command line.
Microservices in the cloud, part two
Microservices are a hot topic in software design, and for good reason. They have plenty of advantages when it comes to handling infrastructure complexity, many of which were addressed in part one of our related Java post. Now, it’s time to talk about the code and design. In this post, we’ll take a deep dive into each module.When creating an application, clean code means thinking about design and architecture.
Von Traumcodes und mehr: Exkursionen in die Deduplikation
Wann werden Strings dedupliziert? Die Deduplikationsstatistik der JVM kann bei der Suche nach der Antwort helfen, um die Deduplikation aufzuklären.
Java will stay on the throne – Interview with Bruno Borges
In this interview, Bruno Borges maintains that Java is still solid, with plenty of high-profile frameworks that can deliver the same developer experience (quick development/deployment) that Node.js delivers but keeping the stability and maintainability that Node.js projects provide.
Weekly round-up: Angular update, two new JEPs & a Java enhancement proposal draft – JAXenter
Every Monday, we take a step back and look at the previous week. Last week we got an Angular update, two new Java enhancement proposals and a JEP draft.
Stagemonitor: Performance monitoring for Java web applications – JAXenter
The application performance monitoring (APM) tool for Java servlet applications, stagemonitor, has been updated to version 0.89. Let’s take a closer look.
Quick Course – Java interview preparation – for junior
Learn all the hard and soft skills you need to answer Java interview questions correctly !
Configuring a DataSource in an Enterprise Application Using Payara Server – DZone Database
In this post, we’ll explore how to configure aDataSource implementation using the Payara application server environment.
Who? Why? What? Fix? – System.gc() – JAXenter
System.gc() is an API provided in Java, Android, C# and other popular languages. In this article, find out how to detect it, remove it, and more.