by omkar » Wed Apr 08, 2009 4:29 pm
So, Lets get started from the basic questions....
1) what is java?
JAVA is a programming language just like C,C++ or C#. JAVA is Object Oriented Language. Java is developed by Sun Microsystems (1995). It is platform independent as well. It needs JDK (Java Development Kit). This also includes JVM (JAVA Virtual Machine..It is a Virtual machine that executes byte code on specific platform). This the the thing which makes java platform independent. JAVA byte code in compiled form can run on any machine with any architecture with the help of JVM (Here onwards we will refer JAVA Virtual MAchine as JVM...nice name ehh?).
More questions on queue..... (As follower of opensource community, I would like you to answer the questions that you can, which will help all of us..I will appreciate your contribution).
2) What is the symbol of JAVA? Is there any significance of that?
3) What can we do with JAVA?
4) What does JVM do?
5) What are the contesnts of JDK?
6) What do we need to set class path variables, What is that?
7) What is mean by Environmental Variables? How to set that?
8) How does JAVA differentiates itselfs from other competitive languages?
9) Why JAVA is so popular?