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

HTTP status codes

As we've discussed in previous posts, HTTP response initial request line will always have one status code. Here is the explaination on HTTP status codes.When a request is made to your server for a pag...

HTTP methods - a deep look

I'm going to discuss about the set of common methods for HTTP/1.1. Although this set can be expanded, additional methods cannot be assumed to share the same semantics for separately extended clients a...

HTTP protocol - detailed view

Hello... If you're not really familiar with HTTP protocol, this post is for you. Most of us doesn't really know the concepts of HTTP. Of course we no need to know the concepts in order use the technol...

Sun Certified Java Professional 1.5 Question Bank

Here is the second article of questions on SCJP 1.5. If you haven't read the first article, click here to read.Question: 6Given:1. import java.util.*;2. public class Old {3. public static Object get...

Java program to fetch FLV metadata

Hi guys... Now a days FLV format became very famous since it is very compact and will play through browser without any extra software. So it became a hot topic now for every web application.If you wan...