Explore upcasting and downcasting in Java.
Baeldung Author
Diego Martin
Here's what I've written (so far):
Baeldung on Java
- All
- Java Dates (4)
- Java String (3)
- Java Numbers (3)
- Jackson (3)
- Networking (2)
- Java IO (2)
- Java Array (2)
- Core Java (2)
- Testing (1)
- Java Web (1)
- Java Streams (1)
- Java List (1)
- Java Collections (1)
- JSON (1)
Converting Exponential Value to a Number Format in Java
Filed under Java Numbers
Explore multiple ways to convert exponential values into the standard number format.
Get the Indices of an Array After Sorting in Java
Filed under Java Array
Explore effective methods in Java for finding the original indices after sorting.
Convert InputStream to Stream in Java
Filed under Java Streams
Learn how to take an InputStream and convert it into a functional Stream in Java.
Unit Test for hashCode() in Java
Filed under Testing
Explore the importance of unit testing for the hashCode() method in Java.
Finding the Redirected URL of a URL in Java
Filed under Java Web
Learn how handling redirection correctly is essential for building robust web applications that interact with external resources.
Get a Path to a Resource in a Java JAR File
Filed under Java IO
Explore different methods to obtain the path to a resource within a Java JAR file.
Convert TemporalAccessor to LocalDate
Filed under Java Dates
Explore different options to convert a TemporalAccessor object to a LocalDate object in Java.
Include null Value in JSON Serialization
Filed under Jackson
Learn how to handle null values when converting Java objects to JSON.
Baeldung on Computer Science
- All
- Machine Learning (1)
How to Calculate the VC-Dimension of a Classifier?
Filed under Machine Learning
Explore the VC dimеnsion that sеrvеs as a fundamеntal concеpt in undеrstanding thе complеxity of lеarning algorithms and thеir gеnеralization capabilities.