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 Object-Orientation Approach In Information Systems?
- What Are The Functions In Visual Basic?
- What Is Pass By Value In Visual Basic?
- EXPLAIN THE Pass By Value & Pass By Reference In Visual Basic?
- What Is A Declarative Programming Language?
- In Windows Based Programming,what Do You Mean By Controls,properties Of Control,events And Methods?
- How To Enable LAN When Not Active Or Functioning?
- Without Using Arithmetic Operator How To Add Two Values In Php?
- How To Make Your Phone Java Supported?
- Write Down The Complete Html Code To Generate A Web Page In The Following Format As Shown Below?
- What Is The Difference Between Two Tier And Three Tier Client/server Architecture?
- Describe The Problem With Two- Tier Server Dbms Architecture?
- What Is The Difference Between Two-tier And Three Tier Client Server Architecture?
- How To Make A Simple Programming?
- What Is A Structured Form?
- Compile A 1000 To1250 Word Survival Guide That Serves As A Resource Throughout Your Program?
- How Many Numbers Between 1 And 1000 Have An Odd Quantity Of Divisors?
- What Are The Service In Rmi?
- How To Do Loop Stitch For Attaching Palette's?
- Generate An Object-oriented Design For A System That Keeps Tracks Of Your CD And DVD Collection?
- What Is Local Procedural Call?
- What Are Difference Between Local And Remote Procedural Call?
- Where Can I Learn DirectX Or OpenGL In C++?
- How Can I Compress Image Through Java?
- How To Enable Java Script On Windows Vista?
- What Is The Difference Between C Language And Java Language?
- What Is The Difference Between C++ Language And Java Language?
- What Is The Difference Between Java And .net Language?
- What Is The Major Difference Between Java Language And C Language?
- What Are The Advantage Of Using Java Language?
- What Is The Similarities Between C Language And Java Language?
- Is Java The Best Programming 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?
- Is Java Purely An Object Oriented Language?
- Can We Write Destructors Explicity In Java Language?

New Comment - Comments are editable for 5 min.