Browse by Domains

java programming

struts in java

Introduction to Struts in Java

Struts in Java is an open-source framework that is made by Apache. Apache provides a free source to download Struts for users. It follows the MVC (Model View Controller) pattern. There are three models in MVC – Model0, Model1, Model2. It provides an implementation of MVC architecture. It gives us pre-built classes for MVC that […]

Introduction to Struts in Java Read More »

Data Structures & Algorithm using Java

HASHMAP IN JAVA – Everything You Need to Know About

INTRODUCTION In Java, you might have heard about the Map interface (which extends the Collection Interface). There are some implementation classes of map interface, out of which one such class is HashMap (present in java. util package). It is denoted as HashMap<K, V> where K stands for Key and V for value. In simpler terms,

HASHMAP IN JAVA – Everything You Need to Know About Read More »

Scroll to Top