Re: Help me!! Why java is so popular
- From: "Jack Kielsmeier" <jackkiel@xxxxxxxxxx>
- Date: Fri, 2 Feb 2007 11:31:27 -0600
<amalikarunanayake@xxxxxxxxx> wrote in message
news:1170433991.897057.314200@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
java has become an important language in very short time. What are
some of the things that have made it so popular?
One of the biggest reasons JAVA has taken off, is its ease of portability.
When an application is written in a language like C or C++, it must be
compiled separately for each platform that will run your application.
Java has a virtual machine that is able to take JAVA code information and
translate it to the specific machine running the application on the fly. It
makes it so you do not have to re-compile the application for every
platform.
There are some downsides to this; JAVA is generally slower than a language
like C++ because of the extra time needed by the Virtual Machine. With how
fast computers are today, most people do not care about the performance
penalty in their applications (the penalty is usually pretty small now).
.
- Follow-Ups:
- Re: Help me!! Why java is so popular
- From: raddog58c
- Re: Help me!! Why java is so popular
- From: Alex Hunsley
- Re: Help me!! Why java is so popular
- References:
- Help me!! Why java is so popular
- From: amalikarunanayake
- Help me!! Why java is so popular
- Prev by Date: Re: active record
- Next by Date: Re: How to make the each looping concurrent thread to improve WHILE-loop performance?
- Previous by thread: Re: Help me!! Why java is so popular
- Next by thread: Re: Help me!! Why java is so popular
- Index(es):
Relevant Pages
|