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 |
How can you set the applet size?
Can we have static methods in an interface?
Why string is popular hashmap key in java?
What is an event?
How do u provide security in java
What is data structure in java?
Which class cannot be a subclass in java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is null data type?
What are abstract methods in java?
What is the latest java version?
Hi Friends, can u give code to convert ArrayList to HashMap and HashMap to ArrayList.