vinaykumar15.hashnode.devJava Multithreading: Master Concurrent ProgrammingCPU The CPU, often called the brain of the computer, is responsible for executing a set of instructions from programs. It performs basic arithmetic, logical, control and input/output operations as specified in the instructions. Example:- Intel Core i...Nov 7, 2024·36 min read
vinaykumar15.hashnode.devGenerics In JavaGenerics in Java is a concept that allows classes, interfaces, and methods to work with different types (such as Integer, String, etc.) while ensuring type safety and code reusability. Using generics, you can create a single piece of code that works ...Sep 28, 2024·15 min read
vinaykumar15.hashnode.devEssential Guide to Indexing: What You Need to KnowA database is an organized collection of data or records that can be easily accessed and managed. At a high level, indexing creates a lookup table with the indexed column data in a sorted manner and a pointer to the memory location of the row contain...Sep 14, 2024·9 min read