Hans Millsthehansguy.hashnode.dev·Sep 21, 2024Confused? Here's a Simple Guide to Choosing the Best Java Framework in VS CodeWhen creating a Java project in Visual Studio Code, selecting the right framework is crucial for smooth development. Below is a quick guide to help you choose the best option based on your project’s needs. Java Frameworks and Tools in VS Code No Bu...DiscussJava
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Sep 20, 2024Spring Boot & RepositoryIn Spring Boot, the Repository pattern is used to encapsulate the logic required to access data sources. The repository serves as a middle layer between the data source (database) and the business logic, promoting clean separation of concerns and bet...Discuss·26 likes·226 readsSpringboot
Shivam tiwarishivam85.hashnode.dev·Sep 13, 2024Building Real-World Applications Using Java: A Guide for Aspiring DevelopersJava has remained one of the most popular programming languages for building robust, scalable, and efficient applications. With its versatility and powerful ecosystem, Java is widely used in enterprise applications, mobile apps, web development, and ...DiscussJava
Ishikha raoishikarao.hashnode.dev·Aug 2, 2024Comparing Popular Java IDEsJava framework is one of the well-known languages for making secure web or desktop apps. For easy writing of Java code, Java developers prefer to use a specific integrated development environment (IDE). In this article, we will discuss what exactly a...DiscussJavaScript
Rishabh Singhitsindrajput.hashnode.dev·Jun 7, 2024How to Perform CRUD Operations with Spring Boot in IntelliJ IDEA CommunityHi everyone, today we will create a RESTful API in Spring Boot from scratch and perform CRUD operations on our MySQL database. Spring Boot is an open-source, Java-based framework for building enterprise Spring applications. It is used to create stand...Discuss·1 like·59 readsSpringboot
Rishikesh Vajrerishivajre.hashnode.dev·Jun 1, 2024🚀Doctor Strange's Guide to Collections in Java🧙♂️✨Greetings, fellow coders! 🚀 Today, we're diving into the mystical realm of Java Collections Framework, guided by none other than the Sorcerer Supreme himself, Doctor Strange! 🌀 Let's explore List, Set, and Map through the enchanting world of spell...DiscussJava
Rishikesh Vajrerishivajre.hashnode.dev·May 28, 2024Fun with Polymorphism in Java!🚀 Just coded a funny example of polymorphism in Java! 🎉 Meet my zoo😂😂: 🐺 Wolf: "I howl at the moon and scare the villagers!" 🐱 Cat: "I meow for attention and secretly judge you." 🐮 Cow: "I moo peacefully while chewing cud all day." 🦆 Duck: "I...Discuss·28 readsJava
SUDHIR PATELsudhircyber.hashnode.dev·May 18, 2024Simple Java Interface Code Examples//HERE IN THIS CODE WE IMPLEMENT AN INTERFACE JAVA CODE FOR FACTORIAL AND EVENODD NUMBER CHECK ... \===============SO THE CODE IS GIVEN BELOW====================== //The first interface in myfirstpr "package"--- package myfirstpr; public interface I...Discussjava factorial code
Ruhi Parveenitcourses0001.hashnode.dev·Mar 2, 2024Java Multithreading: Concurrency in PracticeJava is a powerful and versatile programming language used in a wide range of applications, from mobile apps to large-scale enterprise systems. One of the key features that sets Java apart is its support for multithreading, which allows developers to...DiscussJava
Rohit Rajvaidyacodelearnings.hashnode.dev·Feb 17, 2024Java RevisionWhat is java ? Java is a high-level, object-oriented programming language originally developed by Sun Microsystems and released in 1995. It is designed to be platform-independent, meaning that Java programs can run on any device that has a Java Virtu...DiscussJava