Abhinav Kumar gupta·Dec 13, 2020Spring CoreSpring is a powerful open-source, application framework created to reduce the complexity of enterprise application development.
Abhinav Kumar gupta·Dec 7, 2020Servlet and JSPServlet is a simple java program that runs on server and capable of handling requests and generating dynamic responses. Servlet has the…
Abhinav Kumar gupta·Nov 29, 2020CSS FlexboxCSS Flexbox Module in CSS to easily align elements in different directions and orders. Flexbox is to give the container the ability to…
Abhinav Kumar gupta·Nov 29, 2020CSS GridCSS Grid is basically a new value of CSS property “Display” that is “grid”. CSS Grid gives you the ability to make a two dimensional…
Abhinav Kumar gupta·Nov 22, 2020NormalizationA technique of organizing the data into multiple related tables, to minimize Data Redundancy. data redundancy is nothing but a repetition…
Abhinav Kumar gupta·Nov 8, 2020Object-Oriented Programming in javaObject-oriented programming is a programming paradigm or methodology. it is an approach to solve a problem using the programming language…