VSVikshit Shettyingullitonecross.hashnode.dev·Aug 21, 2022 · 3 min readMemory Management in JavaThis article discusses memory management and associated Java concepts. Memory is a valuable resource that is also quite finite in nature. When something is finite in nature, it is critical to manage it well to ensure that it is used effectively. Memo...00
VSVikshit Shettyingullitonecross.hashnode.dev·Aug 19, 2022 · 2 min readTypes of Programming LanguagesProgamming Language "Programming" is a method of instructing a computer to carry out specific tasks. Because a computer only understands machine language (0's or 1's, also known as Binary), any human providing commands to the computer to carry out ro...01