Submitted by heartin on Mon, 09/24/2012 - 00:56
An exception is a divergence from an application’s normal behavior. Read about exception hierarchy in Java, checked and unchecked exceptions, and how to handle exceptions in Java.
Submitted by heartin on Wed, 09/19/2012 - 22:14
A class represent the properties and behabiour of an object. An methods represent these behaviours.
Submitted by heartin on Wed, 09/19/2012 - 02:29
A variable is something that can hold some data. Class variables or static variables belong to class. Instance variables are non-static variables belong to objects. Local variables are local within blocks or methods and they die when we exit that block or method.
Submitted by heartin on Sat, 09/15/2012 - 13:00
Here we will discuss the details of downloading, installing and configuring java for first time. You will first find the steps in writing followed by complete screenshots of these steps as a slideshow.
Submitted by heartin on Fri, 09/14/2012 - 21:38
Read about JDK, JRE, JVM, classes, objects and methods in brief and write, compile and execute your first java program. Discusses why Java is called as a compiled interpreted language and also why java is platform independent.
Pages