Java

Java is a very popular programming language for developing different scale applications. Java can be used to develop various different kind of applications i.e.; a desktop application, mobile application, web application etc.

Java is an object oriented programming language developed by Sun Microsystems in 1995.

Learn more about Java evolution

Statement.executeUpdate() details

When an SQL statement is given to the server, the server parses (split the SQL statement into multiple pieces called as tokens) to analyze whether the statement is valid according to the grammar rules...

Creating a database table from Java

Here the sample program which will demonstrate creating a table in Oracle. Note, table will be dropped at the end of the program. Just observe the program now and I'll explain the program in detailsTa...

Formatting a Java program for web

As a programmer we should always make sure our program is easily readable and understandable by other programming fellows. A program can be easily followed only when it is formatted properly i.e.; wit...

Quick API reference for a class - GUI

When I've initially started development with Java, I wasn't aware of the API documentation. Given that API needs an internet connection (of course, it can be downloaded), I was looking for a small kin...