Here is the fifth article of questions on SCJP 1.5. If you haven't read the fourth article, click here to read.Question: 21Given:1. public class TestOne implements Runnable {2. public static void ma...
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
Did you get into a situation where you would want original requested URL when you're using struts tiles or jsp includes? This is the most likely scenario where programmer wants original URL requested ...
A very silly issue that could take lot of time for you to realize. Some times, very unlikely, Struts action executes multiple times when form gets submitted. This would happen only with the Firefox br...
Do you know why Java became more popular language with in a short span of time? The very simple answer for this question is - Java is a very simple and efficient to develop web applications. This is i...
I'm going to discuss about an attribute of the html tag form. The very common attribute that would appear only when you want to upload an image, enctype, is requests the browser to use the encoding te...
Here is the third article of questions on SCJP 1.5. If you haven't read the second article, click here to read.Question: 11Given:10. package com.sun.scjp;11. public class Geodetics {12. public static...
Today, I'm going to discuss more about the HTTP Referrer header. As I've explained in my previous posts, a header is a key value pair separated by color (:). Click here to familiar with HTTP protocol ...
Java 2 Platform Standard Edition 5.0 is a major featured release. The features listed below are introduced in 5.0 since the previous major release (1.4.0). All these features include language changes,...