iSoron Posted October 24, 2004 Report Share Posted October 24, 2004 Encontrei um artigo interessante sobre esse assunto.Tirem suas conclusões. Java pulling ahead? Quote Link to comment Share on other sites More sharing options...
0 rodfraga Posted October 24, 2004 Report Share Posted October 24, 2004 Bem, vejamos... Er... em... O título do tópico é Java versus C++, então, você quer o que a gente acha(qual a melhor)? Bem, C++ é muito boa, mas já vi de 90% dos mais experientes dizendo que Java é melhor, porém .NET ainda faz frente a Java no mercado. Ah eu sei lá. Já que eu programo por diversão, eu aprendo todas. Quote Link to comment Share on other sites More sharing options...
0 iSoron Posted October 24, 2004 Author Report Share Posted October 24, 2004 Hahaha. Que Java é melhor, td mundo sabe Só indiquei um link para um artigo que acaba com alguns mitos que algumas pessoas ainda têm. Por ex: compilação estática é melhor q a dinâmica, ou que o Garbage Collector é mais lento que a operação new()/delete(). Quer dizer, a base do Java já está se equiparando ao C. A inicialização é que ainda tá falha. Destacando uma parte importante:Conclusions: Why is "Java is Slow" so Popular? Java program startup is slow. As a java program starts, it unzips the java libraries and compiles parts of itself, so an interactive program can be sluggish for the first couple seconds of use. This approaches being a reasonable explanation for the speed myth. But while it might explain user's impressions, it does not explain why many programmers (who can easily understand the idea of an interpreted program being compiled) share the belief. Quote Link to comment Share on other sites More sharing options...
0 rodfraga Posted October 24, 2004 Report Share Posted October 24, 2004 Realmente esse artigo é interessantíssimo e muito bom para afastar certos mitos que diminuem o poder do java na mente dos programadores. Quote Link to comment Share on other sites More sharing options...
Question
iSoron
Encontrei um artigo interessante sobre esse assunto.
Tirem suas conclusões.
Java pulling ahead?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.