python vs java difference
Answers
Answered by
0
Answer:
The biggest difference between the two languages is that Java is a statically typed and Python is a dynamically typed. Python is strongly but dynamically typed. This means names in code are bound to strongly typed objects at runtime. ... Static type inference in Python is a known hard problem
Answered by
1
Answer::
Python pros--
- All rounder language, can be used for app development, web development, hacking and game development sometimes.
- Best for hacking.
- Web development can be done perfectly.
- Easy to learn for beginners
Java pros--
- Used for app development, also sometimes for game development.
- Faster than python
- Best for android development.
- Has more users than that of python
Hope the above answer helps you..♪
Similar questions