In C we use only compiler. Why java uses both compiler and
interpreter? What is its significance?
Answer Posted / ershad md sk
In C Lang Our program is directly Converted into
Executable code which is a Not portable..& it is Machine
Specific..in JAVA first .class file is Converted into .java
File And the Interpreter wil generate a intermediate Code
that is BYTE CODE..Which is Machine Independent...it has 0%
protability Issue............
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
Why stringbuilder is not thread safe?
Why is the singleton pattern considered to be an anti pattern?
What are the types of java?
Distinguish between a predicate and a function?
What are the core java topics?
what do you understand by synchronization? : Java thread
What is indexof?
What is n in java?
What is the purpose of using break in each case of switch statement?
What is __ init __ functions?
What is singleton pattern?
Explain different types of thread priorities ?
What is the basic concepts of OOPS?
Can you instantiate the math class?
What does java se mean?