Difference between Java and Python
Java: Java is a High level object oriented programming language was developed by James Gosling at Sun Microsystems is released in the year 1995.Java is not the initial name and called as Oak named after the tree outside the Gosling's office. Java is a platform independent language "Write Once Run Anywhere".
Java
Python: Python is a High level Interpreted programming language was developed by Guido van Rossum and first appeared in the year 1991.Unlike java python uses whitespace indentation. Python is similar to as English designed for readability and also with the essence of Mathematics.
Java | Python |
---|---|
Java is a general purpose programming language | Python is a High level prograamming language |
Java is statistically typed programming language which makes it faster | Python is an interpreted programming language so it is slow compared to Java |
Java has long lines of code | Python has less number of lines of code |
Intermediate code is generated | No intermediate code is generated |
The syntax of Java is complex | The syntax of Python is easy to remember |
The datatype is declared prior to the intialization | The datatype is decided after the intialization of value |
0 comments :
Post a Comment
Note: only a member of this blog may post a comment.