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 does the three dot emoji mean?
What is Classloader in Java?
what is use of business objects?
What are the two parts of a conditional statement?
What is the synonym of procedure?
What is jrmp?
can we have virtual functions in java?
What are parameters in a method?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Tell us something about different types of casting?
What is class??
Without creating a new object, How you can retrieve a String or other object?