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, 20246Mar 22, 20246
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, 20245Mar 16, 20245
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, 202161May 31, 202161
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, 201929Nov 16, 201929
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, 201926Oct 18, 201926
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, 20198Oct 12, 20198