generics.hashnode.devGenerics 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...Apr 18, 2025·7 min read
udayasubedi.com.npEnterprise 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...May 2, 2024·3 min read
udayasubedi.com.npJava 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...Apr 6, 2024·3 min read