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

Write a program to check for a prime number in java?

0 Answers   Cyient,


What is number data type?

0 Answers  


What does nullpointerexception mean?

0 Answers  


Is .net better than java?

0 Answers  


How many types of methods are there?

0 Answers  


Why we can not force Garbage Collection?

7 Answers  


What is string intern in java?

0 Answers  


Explain java coding standards for variables ?

0 Answers  


Does java allow overriding static methods ?

0 Answers  


Can a boolean be null java?

0 Answers  


Can you declare an interface method static?

0 Answers  


What are wrapper classes?

11 Answers   Noah Solutions,


Categories