Learn about the different memory types in the Java Virtual Machine (JVM) and understand the reasons for some common memory-related errors.
Also find me here:
Baeldung Author
Ana Peterlić
I am a Java Software Engineer with over 5 years of experience in designing and developing software solutions.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (3)
- REST (2)
- Spring Web (1)
- Spring (1)
- Persistence (1)
- Maven (1)
- Jackson (1)
@JsonIgnore vs @Transient
Filed under Jackson
Learned the differences between the @JsonIgnore and @Transient annotations and understand when to use them.
Type Parameter vs Wildcard in Java Generics
Filed under Java
A detailed explanation about generics, how and when to use type parameters, and when wildcards are more appropiate.
Getting Started with Blaze Persistence
Filed under Persistence
A brief introductory guide to the Blaze criteria API reviewing the basic parts of queries and also how to use views.
Send Array as Part of x-www-form-urlencoded Using Postman
Filed under REST, Spring Web
How to send array data using x-www-form-urlencoded via Postman.
Difference Between Class.getResource() and ClassLoader.getResource()
Filed under Java
Learn the difference between the Class.getResource and ClassLoader.getResource methods.
@ApiOperation vs @ApiResponse in Swagger
Uses and differences between @ApiOperation and @ApiResponse.
Maven Snapshot Repository vs Release Repository
Filed under Maven
Learn how to use Maven snapshots and releases, and the differences between them.