Java is the key to developing platform-independant programs. Therefore, it is the ideal option when diverse hardware platforms and OSs need to be supported.
GOSSIP:
Java was designed at Sun Microsystems, Inc in 1991 and was initially called Oak. It was renamed Java in 1995.
Java was designed to be compatible with different platforms used by computers [...]
Search Results
Introduction to Java
November 10, 2006 · 10 Comments
Tags: Java
Classes, Methods and Objects
October 20, 2006 · 6 Comments
Classes and Objects
The idea of Object-Oriented Programming (OOP) is to place data and methods together in a single entity. The single entity holding the data and methods is called a class. An Object is an instance of a class.
To create a Java application, you organize programming structures by creating classes that consist of [...]
Tags: Java
Websphere Application Server 6
October 19, 2006 · Leave a Comment
Every J2EE project has difficulties in choosing the Application Server Containers. Even though open source Application Servers like JBoss tries to rule out the giants, still many commercial projects choose the giants as they have already made good impressions. Among the giants IBM’s Websphere and BEA’s Weblogic had equal competition. Many commercial J2EE projects still [...]
Tags: Websphere


