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 |
Why do we need variables?
When does Exception occurs?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What is bom encoding?
Is java a super set of javascript?
What does main method?
Can I extend singleton class in java?
What is not object oriented programming?
what is difference between equals and ==?
Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?
Explain the difference between treeset and treemap in java?
What is the list interface in java programming?