+ 3

Why the need of java arises in the world when we have python?

Please guide me briefly 🙏

16th May 2020, 3:28 PM
Muhammad Bilal
Muhammad Bilal - avatar
4 Réponses
+ 5
Some advantages of Java over Python that I can think of- 1) Java has better portability and cross platform support. 2) Java is statically typed language and you can avoid most of the errors at compile time where as Python is dynamical typed. 3) Java is faster than Python where JIT plays a crucial rule. Hope this makes a few things clear.
16th May 2020, 4:16 PM
Avinesh
Avinesh - avatar
+ 4
As at the time of creating Java. The world was tired of creating different versions of your apps for the different operating systems. So Java was created as a 'write once run anywhere' language. Now there are many cross-platform applications in different languages so that is no more an issue. Also some developers choose Java over python because they want static-typing syntax.
16th May 2020, 4:14 PM
Ore
Ore - avatar
+ 1
Java can do a lot more than python can (without the modules).
16th May 2020, 4:11 PM
GermoOKD
GermoOKD - avatar
+ 1
Thanks ☺️
16th May 2020, 4:11 PM
Muhammad Bilal
Muhammad Bilal - avatar