Author: Sanjay Mishra

Spring Framework

Q. What is Spring Framework? A. The Spring Framework is lightweight, non-intrusive framework, providing the tools and facilities to write standalone,testable components for use in many common applications and scenarios.Spring...

Read More

Android

Q. What is Android? A. Android as a software stack—-or In other words,It is a set of software subsystems needed to deliver a fully functional solution—- for mobile devices. This stack includes an operating system (a...

Read More

JDBC

Q. What is the JDBC API? A. The JDBC API provides a standard database-independent interface to interact with any tabular data source. Mostly, it is used to interact with a relational database management system (RDBMs). However,...

Read More

JSP -Java Server Pages

Q. What is JSP? A. JSP (Java ServerPages) is an extension of the Java Servlet technology.It is commonly used as the presentation layer for combining HTML and Java code while Java Servlet technology is capable of generating HTML...

Read More

Servlet

Q. What are Servlets? A. Servlets are small programs which execute on the web serverĀ  They run under web server environment exploiting the functionalities of the web server. The applets dynamically extend the functionality of a...

Read More