Learn about the meaning of the term hydration in the context of programming.
Also find me here:
Baeldung Author
Bhaskar Ghosh
Hi, I am Bhaskar Ghosh Dastidar. Software Engineer. Foodie. Cinephile. INTP.
Here's what I've written (so far):
Baeldung on Java
- All
- Core Java (7)
- Java String (3)
- Java Collections (3)
- Java (3)
- Java Streams (2)
- Java Map (2)
- Persistence (1)
- Networking (1)
- Java List (1)
- Java IO (1)
- Java Concurrency (1)
- Java Array (1)
- JVM (1)
- JSON (1)
How to Increment a Map Value in Java
Filed under Java Map
Explore several ways to increment the value of a Map entry.
Create a “Mutable” String in Java
Filed under Java String
Learn about mutable Strings and ways of mutating a String.
Deprecate Finalization in Java
Filed under Core Java
Learn about the reason behind Java’s decision to deprecate finalization for removal.
String Templates in Java
Filed under Java String
Explore several String composition techniques and understand the idea behind String interpolation.
Value-Based Classes in Java
Filed under Core Java
Explore value-based classes and the notion of value types in Java.
How to Get Index of an Item in Java Set
Filed under Java Collections
Explore how to find the index of an element in a Set.
Find the Middle Element of an Array in Java
Filed under Java Array
Explore several approaches to finding the middle elements of an array in Java.
Inner Classes vs. Subclasses in Java
Filed under Core Java
Explore subclasses, inner classes, and their role in writing modular object-oriented code.
Baeldung on Computer Science
- All
- Trees (2)
Understanding Threaded Binary Trees
Filed under Trees
Learn about threaded binary trees and explore the different operations that can be performed on them.
Difference Between Full, Complete, and Perfect Tree
Filed under Trees
Explore the essential properties of full binary trees, complete binary trees, and perfect binary trees.