Difference between Web Sites and Web Applications

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...
Share:

Loops In Java

td.java, td.java-ln {vertical-align:top;} tt.java, tt.java-ln, pre.java, pre.java-ln {line-height:1em; margin-bottom:0em;} td.java-ln { text-align:right; } tt.java-ln, pre.java-ln { color:#888888 } /* Background */ span.java0 { font-size: 10pt; color:#ffffff; } /* Line...
Share:

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,...
Share:

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...
Share:

Java JDBC - JDBC Drivers

JDBC Drivers helps in interacting with databases. JDBC driver manager makes sure that correct driver is used to access each data source. There are 4 types of JDBC drivers : Type 1 : JDBC-ODBC Bridge Driver Type 2 : Native API Driver (partially java driver) Type 3 : Network...
Share:

Java JDBC - Introduction

What is JDBC? JDBC stands for Java Database Connectivity, it is an API for database independent connectivity between Java programs and databases. It helps in connecting wide range of databases and execute the query with the database. The java.sql package contains classes...
Share:

Questions on OOPs

1. What is OOPs? Ans. OOPs stands for Object Oriented Programming specifications. It is a programming technique or paradigm in which every thing revolves around real world entities or objects. Main focus in this technique is on objects rather than actions and data rather than...
Share:

Popular Posts

Recent Posts

Followers

Total Pageviews