Types of Enterprise Java Beans

In this article, I will discuss Types of Enterprise Java Beans (EJB). Basically, Enterprise Java Beans are software components that we use to develop distributed enterprise-level applications using Java EE technology. In fact, using EJB we implement the business logic of our application with each component performing a specific well-defined task. The following section describes …

Container Class in Bootstrap

In this article, I will explain Container Class in Bootstrap. Basically, we use containers to create the layout of a web page. In Bootstrap, containers are the most fundamental elements for creating layout. While, the containers enclose rows of elements. Further, rows may contain columns. We have different container classes in Bootstrap 4. The following …

Styling Links and Lists

In this article, I will explain Styling Links and Lists. In fact, we can use various CSS properties to style hyperlinks. Hence, we can use font, font-style, font-size, color, background-color, and so on for hyperlinks. The following example demonstrates how to style links on a web page. Examples of Styling Links and Lists Output Apart …