Java

Learn Java

Tuesday, January 31, 2012

HTML tags to use in body part - Set 1

This is the second stage of our journey of learning HTML. We'll learn the tags which can be used in [body] section of our HTML webpage. There are many tags to be used in body part, but we'll see just basic ones for our ease. So lets start without more blahs. Related:Start Learning HTML from scratch List of basic tags Set - 1 ( Used in Body part ) <a></a>:...

Saturday, January 28, 2012

Start learning HTML from the scratch.

HTML a basic essential element of internet lives. Without HTML we can't even imagine this virtual world in which you roam everyday. HTML is actually client side language and can...

Sunday, January 8, 2012

Buzzwords in Java.

Java is very powerful and popular language among others for programmers because of its portability, security and wide applications. It is architecture-neutral, so program made with Java can execute or run on any device but only a little requirement is JVM (Java Virtual Machine) must be installed first on that device. Java Virtual Machine will be used...

Saturday, January 7, 2012

Introduction to Java

It was initially known as "Oak" and that first version was launched in around 1991 . And it was the outcome of 18 months efforts of Java language programmer/developers.  Main force to develop such kind of language that can be work on any machine means architecture-neutral or platform-independent. That means programs developed in Java can run on...