Saved Bookmarks
| 1. |
Distinguish Java with Python |
|
Answer» Java v/s Python : 1. Python programs run slower than the Java codes, but Python saves much time and space. Python programs are 3-5 times smaller than Java programs. 2. Python is a dynamic typed language. Python programmers don’t need to waste time in declaring variable types as in Java. 3. Python is much more easy to learn than Java. |
|