Which is better java or python?



Which is better java or python?..

Answer / S Nuzhat Husain

Neither Java nor Python is inherently better; they are suited to different purposes. Java is a statically-typed, object-oriented language that is powerful and efficient for large-scale enterprise applications. Python is a dynamically-typed, multi-paradigm language that is more user-friendly and popular for rapid application development, data analysis, machine learning, and automation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

what's wrong with import all?

1 Answers  


How can you get the google cache age of any url or web page?

1 Answers  


How is numpy different from scipy?

1 Answers  


You mentioned pypi in your previous answer. Can you elaborate?

1 Answers  


Which all are the operating system that Python can run on?

1 Answers  


What types are iterable in python?

1 Answers  


Explain me what is the common way for the flask script to work?

1 Answers  


What is %s in python?

1 Answers  


How to capitalize the first letter of each word in a string (python)?

1 Answers  


How do you sort a list alphabetically in python with sort function?

1 Answers  


What are Python's built-in data structures?

2 Answers  


How multithreading is achieved in python?

1 Answers  


Categories