Vivan Kumarvivansblog.hashnode.dev·Jul 16, 2024"Java's Object Class: The Bedrock of OOP"In Java, the Object class is the cornerstone of Object Oriented Programming (OOP). It offers key methods that facilitate key OOP principles such as inheritance, polymorphism, and encapsulation. This blog will take you on a deep dive into the Object c...2 likesJava
Bharat Ghodeclariontechnologies.hashnode.dev·May 13, 2024Keeping Java Up to Date: Java Security Best PracticesIn today's digital landscape, where cyber threats continue to evolve at a breakneck pace, ensuring the security of applications has become a paramount concern. Java, a widely adopted programming language for developing enterprise-level solutions, pre...Java
Jeniferkudrovjenifer.hashnode.dev·Feb 20, 2024Java Best Practices: Improve Your Java Coding StandardsDevelopers follow a certain set of rules that improve software quality, maintainability, and system information readability. These rules are the best practices that help developers maintain different types of projects. Best practices are beneficial w...Java best practices
Linneagruberlinnea2.hashnode.dev·Oct 19, 2023Best Practices for Writing Clean and Efficient Java CodeBuilding software means writing numerous lines of code and we all know how complicated coding can get. You can have two pieces of code that can help an app perform the same functionality but the underlying difference between the two codes is that one...Java best practices
Vignesh Karthicknewdev.hashnode.dev·Oct 9, 2023Java Memory Management Unveiled: From Foundations to MasteryJava's memory management is a fundamental aspect of the language, critical for writing efficient and reliable applications. In this comprehensive guide, we'll delve into the intricate world of Java memory management, from its foundational concepts to...1 likeJava