Sunday, May 18, 2008

Why Java is So Popular ???

What i know is that Java is platform independent, Object oriented programming language. It has a slogan "write once run everywhere". It looks like strange is not it. Even HTML, PHP or perl run on every machine why they can't use the tags.

Ok java runs on every machines mobile, washing machine, ATM, Computers up to the Super
Computer. Does my TITAN watch use Java ? I have no idea whether Java runs on WATCH or no you can comment please.

Most of the programmers know C and C++ they also know Java is this sentence sounds good. As a Java programmer he will say that it is easier to learn Java if you know C or C++. Java is adapted by most of the programmers and developers and many of the small or big companies.

If you are looking for Java Runtime or JDK you can visit http://www.java.com

If you are a student or developer looking for Java tutorials then following links may be good
1. http://java.sun.com/docs/books/tutorial/
2. http://java.sun.com/developer/onlineTraining/
3. Or Search on Google Java+Tutorials

If you are looking for Certification the following links

1. Javapassion is good for learning Java by online and it also provides free certification after good completion of the course.
2. The Home page for Java certification training at Sun.com is http://www.sun.com/training/certification/java/index.xml
3. Or search on google Java+Certification.

Ok those are gone with their best. So wonderful moment lets bark easily and noisily.

Java provides some rules to follow reason is Java is a Highly case Sensitive programming language. This is the reason for C or C++ programmer a little bit confusing. But it does no matter they can handle it after one time brassing up.

That means Java is too easy too learn even I can write a hello world program

Here is my Code

HelloWorld.java

public class HelloWorld{
public static void main(String[] args){
System.out.println("Hello World");
}
}

This will print Hello World .

Thats it.I hope it was boring.