Journey of a Linux file (Part 2) -What is a Filesystem?Keeping in mind what all we discussed in last article here, let’s understand how a file fits in LINUX ecosystem. Let’s take a brief…Mar 22, 2024Mar 22, 2024
Journey of a Linux file (Part 1) - What is a File?I was going through this famous paper “Finding needle in Haystack", as interesting the paper is I’d recommend it to be a must read for…Mar 16, 2024Mar 16, 2024
Exceptions vs Errors in JavaIn this article, we will be having a detailed look at exceptions and errors in Java. Let’s start with the most basic question What are…May 31, 2021May 31, 2021
Quirky keywords in JavaReserved words are words that cannot be used as an identifier such as variables, functions. Reserved are majorly used for syntactic…Dec 26, 2019Dec 26, 2019
HashMap in JavaIn part1 and part2 of this series, we looked upon Hashtable and hashcode() and equals() contract in Java. One might ask why just not use…Nov 16, 2019Nov 16, 2019
hashcode() and equals() contract in JavaIn last article we saw implementation of Hashtable. Before moving on to HashMap and its implementation let’s get to know about two primary…Oct 18, 2019Oct 18, 2019
Hashtable in JavaLet’s take an instance, you are asked to keep track of list of students in your school along with their phone number. What is the first…Oct 12, 2019Oct 12, 2019