![]() |
why should i choose java over others?
i came across two high level programming languages :python and ruby.
they are cross platform,just like java. they are very productive ( a programmer can write a program using python in less than quarter the time you need to write the same program in java). they have have -more or less- all the features you need to make your life easy. my question is : why then should me ,you and everybody sacrifice productivity and go for java instead ? what does java has that make it more favorable? |
Re: why should i choose java over others?
Quote:
|
Re: why should i choose java over others?
Different tools for different jobs, and you would pick Java over Python because you have a problem that is better solved with Java than with Python - same reason you pick a hammer over a drill for when you want to bang a nail in.
> a programmer can write a program using python in less than quarter the time you need to write the same program in java That is absolute nonsense for any reasonably sized application. It may be true for trivial "hello world" programs but for normal applications with 1000s of lines of code and more, the amount of time spent on the language details is tiny compared with the amount of time sorting out the application logic. |
Re: why should i choose java over others?
Quote:
2 docesam: At this time Python-based web wrameworks not so popular as Java-based. Java can be better for large projects which need to be supported for a long time after development. It can be difficult to support tricky Python code which was created in functional style. BTW, you can compare Erlang, ARC, Schema and Python and ask yourself this question. Why you should to use Python instead of These languages? :-) |
Re: why should i choose java over others?
simply answer is - YOU SHOLDN'T
|
Re: why should i choose java over others?
Quote:
Also, I do agree that writing in a more "pure" programming language such as Java or C++ just makes you a better more well rounded programmer. |
| All times are GMT +5.5. The time now is 07:57. |