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...
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
If you know bit of HTML and when you're developing a webpage, I think you would have felt uneasy while choosing the colors for the web. I've developed a small Swing component which will just list down...
We all know how to withdraw money from ATM machine. When my friend was checking his account balance, first time I came to know about ATM machine, I wondered by looking at that machine (It was the Andh...
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...
Here is the eighth article of questions on SCJP 1.5. If you haven't read the seventh article, click here to read.Question: 36Given:12. NumberFormat nf = NumberFormat.getInstance();13. nf.setMaximumFra...
Here is the seventh article of questions on SCJP 1.5. If you haven't read the sixth article, click here to read.Question: 31Given:11. Float pi = new Float(3.14f);12. if (pi > 3) {13. System.out.print(...
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
Web applications are increasing day by day. Have you ever faced an issue of displaying dodgy characters on the web page, If so, it could be because of the character set of your web application server....
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...
StrutsFrame works like Struts, Spring, Webworks simplifies the development of medum sized to large scale applications. For implementing a small scale project we can use JSP model - 1 architechtrue. A ...