what is platform dependent translation and platform dependent
programming language
Answers were Sorted based on User's Feedback
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 |
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 |
Write a program to check for a prime number in java?
What is number data type?
What does nullpointerexception mean?
Is .net better than java?
How many types of methods are there?
Why we can not force Garbage Collection?
What is string intern in java?
Explain java coding standards for variables ?
Does java allow overriding static methods ?
Can a boolean be null java?
Can you declare an interface method static?
What are wrapper classes?