Is Java a Compiled or an Interpreted programming language ?

In the past I have used C++ as a programming language. I know that the code written in C++ goes through a compilation process until it becomes object code “machine code”.

I would like to know how Java works in that respect. How is the user written Java code run by the computer?

10 Answers
10

Leave a Comment