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

What is a function argument in java?

0 Answers  


What is the difference between comparison done by equals method and == operator?

0 Answers  


What is stream api in java8?

0 Answers  


What are the advantages of passing this into a method instead of the current class object itself?

0 Answers  


What is diamond operator in java?

0 Answers  






What is the purpose of javac exe?

0 Answers  


how to run servlet program between two computer through the internet ?

2 Answers   Kiran Prakashan, TCS,


why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?

2 Answers  


How many characters is 16 bytes?

0 Answers  


How to create two different thread class inside a main function?

1 Answers  


What is hash table in java?

0 Answers  


What is the difference between a Window and a Frame?

6 Answers   Infosys, ProKarma,


Categories