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 |
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
What is the use of arraylist class in java?
What is a predicate method?
Why do we use public static with the main function in Java?
13 Answers College School Exams Tests, Infosys,
What is the diff. b/w Interfaces & Abstract class?
What is the difference between member variables initialization and assignment in a constructor?
What is difference between c++ and java ?
What is a package?
Why string is immutable with example?
What are the 6 boolean operators?
what is difference between excute query ()and execute update ()?
Is it possible to compare various strings with the help of == operator? What are the risks involved?