Java:-
- Java is a high level,mordern programming language designed in the early 1990s by Sun MicroSystems & currently owned by Oracle.
- Java is Platform Independent,which means that you need to write only once to be able to run on a number of different platforms.
- More than 3 Billion of devices run java.Java is used to develop Apps for Google Android OS,various Desktop Application ,such as media player , anti-virus ,web app,etc.
- Java has huge developer community.
Python:-
- Python is a high level programming language,with application in numerous areas,including Web Programming, Scripting , Scientific computing & Artifical Intelligence.
- It is very popular used by Organizations Such as Google , NASA ,the CIA & Disney.
- Python is processed at runtime by interpreter.There is no need of compile your program before executing it.
- The 3 major version of python are 1.X , 2.X & 3.X .