JAVA Tutorials

What is XML

What is XML?

XML (Extensible Markup Language) acts as a mode of communication between different applications to transport and store data. Java contains

Read More...
MVC Project

MVC Project

MVC is a software architectural pattern that is used for developing web applications. It categorizes a given application into the

Read More...
what is JavaScript

What is JavaScript?

JavaScript is both a client-side scripting language as well as a server-side scripting language, which is used for the enhancement

Read More...
Servlet Vs JSP

Servlet Vs JSP

Servlets and JSPs are parts of a Java web application that is running on a web server. Both technologies are

Read More...
Expression Language

Expression Language

Expression Language is used to access the data. IT helps easily access the application data stored objects like Java Beans,

Read More...
JSP Implicit Objects

JSP Implicit Objects

JSP implicit objects are created by JSP Engine during translation JSP to Servlet(translation phase). We can use them directly in

Read More...