| Author |
new language
|
Arun Prasath
Ranch Hand
Joined: Jul 18, 2006
Posts: 60
|
|
|
is there any language which is best rather than java?
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
It depends on what you are doing. I love php for web site development. But I would never turn my back on Java. There are plenty of reasons to hate any language, but there are a larger number of reasons to love Java. Cheers! -Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
David McCombs
Ranch Hand
Joined: Oct 17, 2006
Posts: 212
|
|
There is no general "best". You question is something akin to "What food item tastes best" or "What is the best car". There is no universal answer to either question. It depends on the project, programmers, hardware, etc. If your team has to do a web based project, and a few people know PHP or Python, but all know Java. Guess which language is probably the best in this situation. There are projects that Java can not be used for. Small embedded devices mainly. There is not enough processor power and/or memory to do it, not to mention the lack of a JVM. There are projects I would hate to do, in say C. Java is not the best language. Neither is Python, C, C++, Perl, Eiffel, Smalltalk, ML, Haskell, ... They all have their strengths, weaknesses and design flaws.
|
"Should array indices start at 0 or 1? My compromise of 0.5 was rejected without, I thought, proper consideration."- Stan Kelly-Bootle
|
 |
 |
|
|
subject: new language
|
|
|