Thanks for visiting DZone today,
Edit Profile
Manage Email Subscriptions
How to Post to DZone
Article Submission Guidelines
Sign Out
View Profile
Post
Post an Article
Manage My Drafts
Over 2 million developers have joined DZone.
Log In
/
Join
Search
Refcards
Trend Reports
Events
Video Library
Refcards
Trend Reports
Events
View Events
Video Library
The Latest Java Topics
All About Spring Boot [Tutorials and Articles]
A compendium of articles by DZone members including explanations of the concepts behind the framework, Spring Boot tutorials, and Spring Boot interview questions.
September 17, 2019
by
Jordan Baker
·
45,839 Views
·
25 Likes
In-Order Binary Tree Traversal in Java
The inOrder traversal is one of the most popular ways to traverse a binary tree data structure in Java.
September 17, 2019
by
Javin Paul
·
36,863 Views
·
7 Likes
Handling Binary Data in SOAP with MTOM
Reduce file size with SOAP and MTOM.
September 16, 2019
by
Brian Hannaway
·
19,523 Views
·
3 Likes
Introducing the Couchbase Java SDK 3.0 Alpha
Let's look at the new Couchbase Java SDK 3.0 Alpha and see the cross-SDK API improvements, Java-specific improvements, and how to get started.
September 16, 2019
by
Michael Nitschinger
·
9,550 Views
·
3 Likes
Java Concurrency: Synchronization
Check out this post to learn more about Java concurrency and synchronization.
September 16, 2019
by
Brian Hannaway
·
22,979 Views
·
8 Likes
Best Java Unit Testing Frameworks
Unit testing is an important skill for programmers.
Updated September 12, 2019
by
Ranga Karanam
CORE
·
65,692 Views
·
21 Likes
Folding Things With Functional Programming
Have some fun folding things with FP!
September 12, 2019
by
Francisco Alvarez
CORE
·
19,096 Views
·
2 Likes
Java Joy: Combining Predicates
Learn the joy of combining Predicates in Java.
September 12, 2019
by
Hubert Klein Ikkink
·
17,692 Views
·
8 Likes
Everything You Need to Know About System.gc()
Poor code performance is trash.
September 11, 2019
by
Ram Lakshmanan
CORE
·
18,257 Views
·
3 Likes
Using JUnit to Test Your Java Apps: An Advanced Guide
Unit testing helps ensure that your Java app is up to snuff.
September 11, 2019
by
Matt Raible
·
22,086 Views
·
5 Likes
High Availability With Redis Sentinel on Java
Let's explore Redis Sentinel and see how to run it on Java.
September 11, 2019
by
Nikita Koksharov
·
17,022 Views
·
6 Likes
Java Serialization Magic Methods and Use Cases
Want to encrypt/decrypt sensitive info before serializing/de-serializing it? Java's got you covered.
September 10, 2019
by
Naresh Joshi
CORE
·
19,708 Views
·
8 Likes
Java Performance: For-Looping vs. Streaming
Is counting upwards or downwards in a for-loop the most efficient way of iterating? Sometimes the answer is neither.
September 9, 2019
by
Per-Åke Minborg
·
49,774 Views
·
6 Likes
[Kotlin Pearls] Unit, Nothing, Any (And Null)
The Type Hierarchy in Kotlin is unparalleled in terms of interoperability.
September 9, 2019
by
Uberto Barbini
·
26,413 Views
·
5 Likes
Streaming Live Updates From a Reactive Spring Data Repository
Learn how to stream live updates from a reactive Spring Data repo.
Updated September 5, 2019
by
Dan Newton
·
24,936 Views
·
2 Likes
S3 and AWS Java SDK 2.0: Look Before You Leap
Before integrating AWS S3 into your Java application — be sure to look both ways before jumping in.
September 5, 2019
by
Duncan Brown
·
13,423 Views
·
3 Likes
Spring Boot Tutorial: Build a Spring Boot App and Deploy Into Tomcat
Simplify deployment of your application in a few, simple steps.
Updated September 4, 2019
by
Lindsay Brunner
·
46,435 Views
·
8 Likes
Java Concurrency: CopyOnWrite
Why do we need this technique? And how to use this technique correctly?
September 4, 2019
by
Thomas Krieger
·
13,694 Views
·
7 Likes
How to Customize Serialization in Java Using the Externalizable Interface
Learn more about custom Java serialization using the Externalizable interface.
Updated September 3, 2019
by
Naresh Joshi
CORE
·
55,847 Views
·
8 Likes
GraphQL Java Example for Beginners [Spring Boot]
In this article, we will look at a GraphQL Java example and build a simple GraphQL server with Spring Boot.
August 30, 2019
by
Swathi Prasad
·
120,657 Views
·
34 Likes
Previous
...
101
102
103
104
105
106
107
108
109
110
...
Next