No more fear of Pointers Variable Allusion | Pointers’ Primer Pointers are the essential concept of programming. Pointers are used to indirectly access variables or functions.
Parsing A brief Introduction Parsing is a process of converting formatted text into a data structure.
Json Reading Patterns JSON can be read or mapped to domain objects using two broad categories of APIs: Binding (High-Level) and Streaming (Low-Level).
Maven - Updating Parent Version Versions plugin of maven can be used to update project parent version.
Frequency Map in Java 8+ Calculating the frequency of items in Java 8 or above using stream and collector APIs