Author: Sanjay Mishra

Hibernate

Q. What is ORM? A. The relation between object and database for persisting object to store into a database table is known as Object Relational Mapping (ORM). In the case of ORM framework they are using metadata and/or annotation...

Read More

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