Computer Science, asked by brian1327, 8 months ago

java vs python ?????​

Answers

Answered by gauravarduino
5

Explanation:

Python vs. Java. Python is more productive language than Java. Python is an interpreted language with elegant syntax and makes it a very ...

Answered by NeemPatel
1

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

Similar questions