USUdayaraj Subediingenerics.hashnode.dev·Apr 18, 2025 · 7 min readGenerics in JavaGenerics can be super confusing when you see all of those T, <K, V>, and <? extends String> etc.Let’s take a look at what generics are and why we need them. Before jumping into generics, let’s first understand the problems we face without using gener...00
USUdayaraj Subediinudayasubedi.com.np·May 2, 2024 · 3 min readEnterprise Java BeanEnterprise Java Beans (EJB) is a framework for creating reusable components that manage business logic in large-scale applications. These components are typically managed by application servers like Glassfish, which provide services such as transacti...00
USUdayaraj Subediinudayasubedi.com.np·Apr 6, 2024 · 3 min readJava EE vs Spring FrameworkJava Enterprise Edition (J2EE): Java EE also known as Jakarta EE, initially developed by Oracle and later transitioned to the Eclipse Foundation, is a platform for building enterprise-level Java applications. It's built on top of Java Standard Editio...00