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

Sun Java 7 is on its way

Sun Microsystem is releasing weekly early access snapshots of the complete source, binaries and documentation for JDK 7. These snapshot releases let you review and contribute to the Java SE platform a...

Notepad - Java swing based program

I'm going to explain about my program, Notepad.java, a swing based program. It just look like windows operating system's notepad.We can implement all the typical text editor functionality with Java. M...

Java program to resize images

Image manipulation is an important aspect in order to provide a very good user interface. This post explains about how we could resize images or create thumbnails images with Java

Java class to convert number into words

Do you want a number to be displayed in words in your program? If so, you can use below class component. All you have to do is just include this class in your current class path, create an object to W...