Archive for the ‘Uncategorized’ Category

What is AJAX?

Posted on November 21st, 2008, by admin

AJAX means Asynchronous JavaScript and XML. It is a web development technique for creating interactive web applications. Ajax helps to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that     read more…

Java Inheritance

Posted on November 12th, 2008, by admin

To know the concept of inheritance clearly you must have the idea of class and its features like methods, data members, access controls, constructors, keywords this, super etc.

As the name suggests, inheritance means to take something that     read more…

Tags: , , , ,

What is Object Oriented Programming?

Posted on November 5th, 2008, by admin

Everyone that wants to program JavaScript should at least try reading the following section. If you have trouble understanding it, don’t worry. The best way to learn JavaScript is from the examples presented in this tutorial. After you have been     read more…

What is JavaScript?

Posted on November 4th, 2008, by admin

Introduction
Javascript is an easy-to-use programming language that can be embedded in the header of your web pages. It can enhance the dynamics and interactive features of your page by allowing you to perform calculations, check forms, write interactive games, add     read more…

Tags: , , ,

Features of JDBC API

Posted on October 24th, 2008, by Manoj Shah

java Database Connective (JDBC) provides a databse programing API for java program. Some of the feature of JDBC API are.

1. Contains a set of class and interfaces that are used to connect to a databse built using anyDBMS?RDBMS, submit SQL     read more…

Tags: