2 Answers - Sort by: Date | Rating
A programming language whose programs are converted into an executable form before being executed is the Compiled programming language.
That means Means implementations are typically compilers(translators which generate machine code from source code).
Where An Interpreted Language is a programming language is such a language whose program can be executed from source form by an interpreter(step-by-step executors of source code, where no translation takes place).
But Some interpreted languages are first compiled to some form of virtual machine code, which is then either interpreted or compiled at run-time to native code.
As for Example Java.
And this is the Reason for Java is considered as both!
That means Means implementations are typically compilers(translators which generate machine code from source code).
Where An Interpreted Language is a programming language is such a language whose program can be executed from source form by an interpreter(step-by-step executors of source code, where no translation takes place).
But Some interpreted languages are first compiled to some form of virtual machine code, which is then either interpreted or compiled at run-time to native code.
As for Example Java.
And this is the Reason for Java is considered as both!
0
0
An Interpreted Language means that the source code written by the user is converted down into machine code (usually binary) to be compiled by a compiler. A compiler takes the binary code and transforms it into object form that Windows, Mac, or Linux can use, depending on the machine that the code was compiled on.
Anyone who has the source code to a program can compile it for their machine because they can convert it to machine code. However, a compiled code can rarely, if ever, be converted back to its source code. It's a one way street.
Anyone who has the source code to a program can compile it for their machine because they can convert it to machine code. However, a compiled code can rarely, if ever, be converted back to its source code. It's a one way street.
0
1
- What Is Hierarchy Or Structure Of Database?
- Explain How Records And Related Records Are Deleted To Ensure The Integrity?
- How To Create An Application By Using Java Program?
- How To Make An Application By Using Java Program?
- I Am Non IT Professionals And Now I Want To Join MS Dynamics CRM. I Learnt Tha C# And ASP.net Is Must For That?
- What Is The Definition Of Hierarchical?
- What Is Rule Based Query?
- A B C D E A B C D A B C A B A Search Program For This Output (using For Loop)?
- How To Convert Binary To Octal In Java Programming?
- What Is Overloading In Java?
- Why Relations Should Not Have Transitive Dependency. Illustrate With Example?
- Create A Program That Displays Color Of An Item Whose Item Number Is Entered By User In C++?
- What Compression Programs Are Associated With Zip Sit And Exe File Extensions?
- Network Data Model And How Its Structure Contributed To Database Environment Development?
- What Is Header File & Its Significance In C Programming Language?
- Write A Program To Display The Pattern Like. * ** *** **** *****
- Write A Program To Find The Factorial Of 15?
- Write A Program To Accept A Number And Display All The Natural Numbers Below That Number? Hint : If You Enter 5, The Result Will Be 15 -> 1+2+3+4+5 = 15
- What Is Power And How Does It Relate To Error?
- Read (in A Loop Of Course) A Number, N, And Print A Pyramid That Has That Size. The Example Below Shows What Would Be Printed For N=4?
- What How The Step For Make Library Management?
- How Do I Used Array And Queue To Show How Customers Can Shop Online?
- What Is Null In Database?
- In Which Process We Can Start Java?
- What Is Pointer Registers?
- Is Java A Compiled Programming Language Or Interpreted Language?
- Why Java Is Called Platform Independent Language?
- Why Is Java Called Object Oriented Programming Language?
- Java Is Called As A Pure Object Oriented Language ?
- What Is The Difference Between C Language And Java Language?
- What Are The Advantage Of Using Java Language?
- What Is The Difference Between C++ Language And Java Language?
- What Is The Similarities Between C Language And Java Language?
- Is Java The Best Programming Language?
- What Is The Similarities Between C++ Language And Java Language?
- Is Multiple Inheritance Possible In Java Language Or Not?
- What Do You Mean By Memory Leakage In Java Language?
- Which Is The Best Programming Language, JAVA Or .NET?

New Comment - Comments are editable for 5 min.