How to configure in Struts 1 framework

Before diving deeper into how to understand Struts 1 framework works, we need to be aware of how to configure Struts 1 framework with struts-config.xml file, and web.xml file. It is very important for the first step simply because when we do not configure our project to run smoothly, we... [Read More]
Tags: Struts 1

How to use array in Java

In this article, we will find something out about array in Java Core. This is a fundamental knowldege that we need to know when working with Java. [Read More]
Tags: Java