| Author: lokeshwaran k 20 Mar 2008 | Member Level: Silver | Rating: Points: 5 |
The major advantages of java is open source and platform independence. We can download jdk packages from sun.com.Now a days lots and lots of peoples contributing for java, so we can easily clear our doubts through sun blogs. Java mainly concentrates on internet. Ok now let we discuss about internal aspect of java.
why java is platform independence.The magic of platform independence is BYTE code.Usually in C programs after compiling object code is generated,this code is generated according to the current configuration of machine.where as in java after compiling byte code is generated, this code is not dependent on particular machine configuration.This byte code is interpreted and executed by JVM(java virtual machine).JVM's are platform independent.JVM will interpret byte code and generate machine code for execution.
|
| Author: Jojan Varghese K 21 Mar 2008 | Member Level: Bronze | Rating: Points: 2 |
Thank you lokesh for your valid information. Plesae include details about .NET also in your next part of the letter. Thank you, Jojan.
|
| Author: Amigo 04 Jun 2008 | Member Level: Gold | Rating: Points: 2 |
Hi friends.
I hardly knew anything about Java befaore i read this post. Its good to know about it.
But yet i am unaware of many details of it. Please if you can guide me with it, i will be pleased.
Thank you
Amigo
|
| Author: srinivas 04 Jun 2008 | Member Level: Gold | Rating: Points: 2 |
Java Learning :
http://www.indiastudychannel.com/forum/ViewForum.aspx?ForumId=14146&
|
| Author: Amigo 04 Jun 2008 | Member Level: Gold | Rating: Points: 2 |
Thank you Srinivas
|