Open in app

Sign In

Write

Sign In

Ravi Maurya
Ravi Maurya

5 Followers

Home

About

Mar 21, 2021

Spring Web MVC Framework

A Spring MVC is a Java framework which is used to build web applications. It follows the Model-View-Controller design pattern. It implements all the basic features of a core spring framework like Inversion of Control, Dependency Injection. A Spring MVC provides an elegant solution to use MVC in spring framework…

4 min read

Spring Web MVC Framework
Spring Web MVC Framework

4 min read


Mar 15, 2021

Inversion of Control and Dependency Injection with Spring

What Is Inversion of Control? Inversion of Control is a principle in software engineering which transfers the control of objects or portions of a program to a container or framework. We most often use it in the context of object-oriented programming. In contrast with traditional programming, in which our custom code makes calls to a…

5 min read

Inversion of Control and Dependency Injection with Spring
Inversion of Control and Dependency Injection with Spring

5 min read


Mar 7, 2021

Servlet and JSP

Servlet : Servlet is a server side web component which is responsible to generate dynamic response. Total servlet life cycle managed by web container. Servlet container It is also known as servlet engine. It is responsible to manage and execute servlet component. In Tomcat servlet container’s name is CATALINA. How…

6 min read

Servlet and JSP
Servlet and JSP

6 min read


Mar 1, 2021

CSS Flexbox and Grid

CSS Flexbox CSS flexbox layout allows you to easily format HTML. Flexbox makes it simple to align items vertically and horizontally using rows and columns. Items will “flex” to different sizes to fill the space. It makes responsive design easier. Terminology Before you learn what the flexbox properties do, it’s important to understand…

6 min read

CSS Flexbox and Grid
CSS Flexbox and Grid

6 min read


Feb 21, 2021

Database Normalization

Database normalization is the process of structuring a database, usually a relational database, in accordance with a series of so-called normal forms in order to reduce data redundancy and improve data integrity. It was first proposed by Edgar F. Codd as part of his relational model. Codd introduced the concept…

4 min read

Database Normalization
Database Normalization

4 min read


Feb 15, 2021

Collection Framework :

Collection Framework : Collection Framework defines several classes and interfaces which can be used to represent a group of objects as a single entity. You can perform all operations such as searching, sorting, insertion, manipulation, deletion, etc., on Java collections just like you do it on data. The primary advantages…

8 min read

Collection Framework :
Collection Framework :

8 min read


Feb 7, 2021

Object-Oriented Programming in Java

Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects”,So, let’s first know about objects - Object — Objects are key to understanding object oriented technology. Anything in the real world that can be perceived is object. For example — human, dog, desk etc. These real world…

5 min read

Object-Oriented Programming in Java
Object-Oriented Programming in Java

5 min read

Ravi Maurya

Ravi Maurya

5 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech