SPSatya Puranaminpuranamsatya.hashnode.dev·Sep 5, 2023 · 1 min readNaming Conventions in JavaBy using standard Java naming conventions, you make your code easier to read for yourself and other programmers. Naming conventions in Java are a set of guidelines and conventions that developers follow when naming various elements in their Java code...00
SPSatya Puranaminpuranamsatya.hashnode.dev·Sep 5, 2023 · 2 min readDifference between JVM, JRE and JDKJava JVM, JRE and JDK JVM(JAVA Virtual Machine) Java Virtual Machine(JVM) is a virtual machine that provides a runtime environment to execute Java byte code. One of the primary purposes of the JVM is to provide platform independence. It manages memo...00
SPSatya Puranaminpuranamsatya.hashnode.dev·Sep 4, 2023 · 2 min readWhat is Java and Why only Java?What Is Java? Java is known for its platform independence, which means that Java applications can run on any platform and be used in various application domains, including web development, mobile app development (using Android), enterprise software d...00
SPSatya Puranaminpuranamsatya.hashnode.dev·Sep 3, 2023 · 2 min readJava Back-End Road Map for absolute BeginnersWhy only Java? Java is easy to learn. Platform Independent. WORA: stands for write once, run anywhere. Java is open-source and free of cost. Java has a Rich API. Learn the Basics of Programming Firstly concentrate on Core Java Concepts. Diff...00