DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Enterprise AI Trend Report: Gain insights on ethical AI, MLOps, generative AI, large language models, and much more.

2024 Cloud survey: Share your insights on microservices, containers, K8s, CI/CD, and DevOps (+ enter a $750 raffle!) for our Trend Reports.

PostgreSQL: Learn about the open-source RDBMS' advanced capabilities, core components, common commands and functions, and general DBA tasks.

AI Automation Essentials. Check out the latest Refcard on all things AI automation, including model training, data security, and more.

The Latest Java Topics

article thumbnail
Devoxx Belgium 2023 Takeaways
In October 2023, I visited Devoxx Belgium, and again, it was an awesome event! In this blog, you can find my takeaways from Devoxx Belgium 2023!
October 25, 2023
by Gunter Rotsaert DZone Core CORE
· 4,845 Views · 7 Likes
article thumbnail
The Future of Java: Virtual Threads in JDK 21 and Their Impact
The article discusses the addition of virtual threads to JDK 21 and their impact on the future of Java.
October 23, 2023
by Roopa Kushtagi
· 8,691 Views · 11 Likes
article thumbnail
Improving Unit Test Maintainability
Creating unit tests could be painful sometimes. Let's see how to improve the maintainability of unit tests with EasyRandom.
October 20, 2023
by Francisco Moreno DZone Core CORE
· 8,102 Views · 19 Likes
article thumbnail
Exploring the Impact of Stack Size on JVM Thread Creation: A Myth Debunked
This article debunks the commonly held belief that stack size influences the number of native threads that can be created in a JVM environment.
October 19, 2023
by A N M Bazlur Rahman DZone Core CORE
· 5,500 Views · 3 Likes
article thumbnail
Unlocking Performance: Exploring Java 21 Virtual Threads [Video]
Java 21 introduces efficient virtual threads alongside traditional platform threads, offering performance benefits and flexibility.
October 19, 2023
by Otavio Santana DZone Core CORE
· 8,202 Views · 5 Likes
article thumbnail
Mastering Backpressure in Java: Concepts, Real-World Examples, and Implementation
Backpressure balances data production and consumption, preventing system overload. Java's Flow API enables effective backpressure implementation in applications.
October 17, 2023
by Arun Pandey DZone Core CORE
· 12,448 Views · 12 Likes
article thumbnail
Java 21 Record and Pattern Matching: Master Data-Oriented Programming[Video]
Java 21's JEP 440 introduces record patterns for data navigation, while JEP 441 brings pattern matching to switch statements, streamlining data-oriented programming.
October 15, 2023
by Otavio Santana DZone Core CORE
· 7,530 Views · 2 Likes
article thumbnail
Top 30+ Spring Boot Interview Questions With Answers
This post will present you with a curated set of often-requested Spring Boot interview questions to help you ace your interviews.
October 13, 2023
by Gyan Mishra
· 7,815 Views · 7 Likes
article thumbnail
Java and MongoDB Integration: A CRUD Tutorial [Video Tutorial]
This video tutorial series integrates Java with MongoDB, unlocking project potential and deepening understanding.
October 13, 2023
by Ram N
· 5,869 Views · 3 Likes
article thumbnail
Tackling Production Issues in the Ballerina GraalVM Executable
This article is written using Ballerina Swan Lake Update 7(2201.7.0). We will explore how to engage standard tools to tackle production issues.
October 13, 2023
by Tharmigan Krishnananthalingam
· 6,268 Views · 4 Likes
article thumbnail
Exploring Exciting New Features in Java 17 With Examples
In this blog, we will learn about 5 new Java features: 1. Sealed Classes 2. Pattern Matching for Switch 3. Foreign Function Interface (FFI) 4. Memory API 5. Text Block
October 12, 2023
by Lav Kumar
· 10,766 Views · 6 Likes
article thumbnail
Ballerina Code to GraalVM Executable
This article is written using Ballerina Swan Lake Update 7(2201.7.0). We will explore how to build a GraalVM native executable for a Ballerina application.
October 12, 2023
by Tharmigan Krishnananthalingam
· 4,446 Views · 2 Likes
article thumbnail
Your Codebase Is a Cluttered Garage
By consolidating this first-call information, teams can identify unused code and finally tidy up that ever-growing codebase.
October 11, 2023
by Erik Costlow
· 5,204 Views · 4 Likes
article thumbnail
How To Generate Spring Properties Documentation
Are you struggling to keep the documentation of your Spring configuration properties in line with the code? Learn how to solve the issue in this article.
October 11, 2023
by Gunter Rotsaert DZone Core CORE
· 6,864 Views · 9 Likes
article thumbnail
Java 21 Is a Major Step for Java: Non-Blocking IO and Upgraded ZGC
Let's understand how Virtual Threads are a major benefit for developers and the whole Java ecosystem and how ZGC improves on Java's already solid GC capabilities.
October 11, 2023
by Theodore Ravindranath
· 15,214 Views · 18 Likes
article thumbnail
Cloud-Native Integration Platforms To Accelerate Business Transformation
This article delves into the pivotal role of cloud-native integration platforms by unlocking their power to expedite business transformation.
October 11, 2023
by Pradeep Kumar Dhoopati
· 5,493 Views · 3 Likes
article thumbnail
Best Practices To Deal With Javax to Jakarta Migration
In this post, I’ll explain everything you need to know to upgrade to Jakarta EE 9+ successfully and in almost no time.
October 11, 2023
by Ondro Mihalyi
· 13,847 Views · 4 Likes
article thumbnail
How to Password Protect a PDF File Using Java: A Step-By-Step Guide
Learn how to password protect PDF files using Java and Apache PDFBox. Follow this step-by-step guide to secure sensitive information and implement robust PDF encryption.
October 11, 2023
by Prasanna Manjunatha
· 4,329 Views · 3 Likes
article thumbnail
Using Spring JdbcTemplate With JdbcTemplateMapper
In this article, learn about JdbcTemplateMapper, a simple library that makes the usage of Spring JdbcTemplate less verbose for CRUD and relationship queries.
October 10, 2023
by Antony Joseph
· 4,344 Views · 3 Likes
article thumbnail
EclipseStore High-Performance-Serializer
I will introduce you to the serializer from the EclipseStore project and show you how to use it to take advantage of a new type of serialization.
October 10, 2023
by Sven Ruppert DZone Core CORE
· 2,650 Views · 1 Like
  • Previous
  • ...
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • ...
  • Next

ABOUT US

  • About DZone
  • Send feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: