Dilip Pateljavamastery.hashnode.dev·Sep 30, 2024Java Naming conventionsNaming conventions are essential guidelines for writing consistent and readable code. When working with Java, following these conventions ensures that your code remains clear and maintainable. Let’s explore some commonly used naming conventions in Ja...Java BasicsJava
Dilip Pateljavamastery.hashnode.dev·Sep 24, 2024JDK, JRE, JVM: Explained in DetailedThis article explores the key parts of Java: the Java Virtual Machine (JVM), Java Runtime Environment (JRE), and Java Development Kit (JDK). Introduction Even if you haven't developed programs in Java, you might have encountered the term Java Virtual...2 likes·61 readsJava BasicsJava
Muralidrtex.hashnode.dev·Aug 9, 2024Types of Garbage Collectorsn Java, garbage collection is the process of automatically identifying and reclaiming memory that is no longer in use by the program. The Java Virtual Machine (JVM) provides several types of garbage collectors, each designed to optimize memory manage...Java
Bharat Kumarbharat2044.hashnode.dev·Jun 29, 2024Understanding Java Virtual Machine (JVM) ArchitectureMost Java developers and students who study software engineering don’t understand what is the importance of learning basic concepts in Java. But understanding these basic concepts will make you an efficient programmer. This article will help you gain...1 likejvm architecture
Alok Guptaalokgupta.hashnode.dev·Jun 8, 2024The Success of Java in Internet ArchitectureIntro- Java has become a cornerstone of internet architecture, known for its robust performance and platform independence. Let's delve into the specifics of how Java operates and why it has achieved such success in the realm of internet architecture....Java