What is Java implementation of Python popularly know?



What is Java implementation of Python popularly know?..

Answer / Nitesh Kumar

There isn't a direct 'Java implementation' of Python. However, there are projects like Jython and PyPy that allow you to run Python code on the Java Virtual Machine (JVM) and on other platforms respectively.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What are the reserved words in python?

1 Answers  


What is the difference between numpy and pandas?

1 Answers  


How do you sort a list in descending in python?

1 Answers  


Write python logic to count the number of capital letters in a file?

1 Answers  


What does join () do in python?

1 Answers  


What are variables in python?

1 Answers  


Is set iterable in python?

1 Answers  


how do I protect python code?

1 Answers  


What are uses of lambda?

1 Answers  


What is a character?

1 Answers  


How do you invoke the python interpreter for interactive use?

1 Answers  


What is a coverage report?

1 Answers  


Categories