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 difference between preparedstatement and statement in java?
Can we overload the methods by making them static?
Which is best ide for java?
what are the jsp tags with example?
How to prevent a field from serialization ?
What are parent methods and how can you call them?
What is the Dictionary class?
What are E and PI?
What is compareto?
How do you sort arraylist in descending order?
In method overloading ,if i change the return type to Long instead of INT,is the program execute
What is integer parseint?