In order to start with Advance Java, we need to first understand what is the difference between Web Sites and Web Application.
Websites
A website is a collection static files, HTML pages, images and other static resources, by static we mean those resources which are not going to changes with user interaction. When user visit the same website and...
Loops In Java
Java JDBC - Executing Query
pre.prettyprint {
line-height: 16px;
}
pre.prettyprint {
border: 1px solid #d6d6d6;
background-color: #000000;
color : #FFFFFF;
border-radius: 0;
padding: 5px;
margin: 0;
margin-bottom: 10px;
margin-top: 15px;
font-size: 13px;
overflow: auto;
}
.class{
color : #9CF828;
}
.typ {
color: #7f0055;
}
.pun,...
Java JDBC - Steps for connecting to database
What are the steps for making connection between Java Application and Database?
Above is the question, we will be answering for in this post. In previous post we have learnt about Type of JDBC Drivers for making connection with database. In this post we will look into the programming aspects of making connection with database.
Below are the steps...