1 Answer - Sort by: Date | Rating
An Interpreted Language is a programming language whose program can be executed from source form by an interpreter(step-by-step executors of source code, where no translation takes place).
Compiled programming language is A programming language whose programs are converted into an executable form before being executed.
Means implementations are typically compilers (translators which generate machine code from source code).
But Many 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.
So it Seems that Java is Both Compiled and Interpreted language.
Compiled programming language is A programming language whose programs are converted into an executable form before being executed.
Means implementations are typically compilers (translators which generate machine code from source code).
But Many 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.
So it Seems that Java is Both Compiled and Interpreted language.
0
0
- Why We Indicate FF As 0FF In Program?
- When To Apply For Css?
- How Do I Enable Java On My I465?
- What Are Key Features Of Procedural Programming?
- What Is Conceptual Methodology?
- What Is Hierarchy Or Structure Of Database?
- Explain How Records And Related Records Are Deleted To Ensure The Integrity?
- 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?
- 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?
- Why Java Is Called Both Compiled And Interpreted Language?
- Is Java The Best Programming Language?
- Which Is The Best Programming Language, JAVA Or .NET?
- I Want To Know Reasons Why Java Programming Language Is So Popular?
- Why Is Java Called Object Oriented Programming Language?
- Which Programming Language Among Java And VB/C#(.net) Is The Best For Learning And Earning?
- Is Unified Modelling Language(UML) Necessary For Java Programming(Core) ?
- Does Java Belong To Structured Programming?

New Comment - Comments are editable for 5 min.