what is platform dependent translation and platform dependent
programming language

Answers were Sorted based on User's Feedback



what is platform dependent translation and platform dependent programming language..

Answer / deepakkumar1887

the translator which translates its source code instruction to
direct platform native code instruction know as platform
dependent translator.translation like the language which uses
platform dependent translator know as platform dependent
programming language eg:-c,c++,vb,vc++.....etc.

Is This Answer Correct ?    2 Yes 2 No

what is platform dependent translation and platform dependent programming language..

Answer / rv.nandakishore

The compiler is specific to compile the source code for
specific platform is called Platform Dependent programming
language...


Java is platform independent its have the capability to
compile the source code in specific platform by its platform
specific JVM..

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Core Java Interview Questions

How does queue work in java?

0 Answers  


Is heap stored in ram?

0 Answers  


What is a blocking method in Java?

0 Answers  


What is wrapper class html?

0 Answers  


Explain the difference between transient and volatile in java?

0 Answers  






What are keywords give examples?

0 Answers  


What is argument in java?

0 Answers  


What are the Abstract Classes provided by Java?

5 Answers   Oracle,


What is a variable declaration?

0 Answers  


In a container there are 5 components. I want to display all the component names, how will you do that?

0 Answers  


Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.

4 Answers   Cap Gemini,


How many types of memory areas are allocated by JVM in java?

0 Answers   UGC Corporation,


Categories