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 |
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
5 What is Java exception handling?
What is the association?
How to call static method?
To the class members how can we provide security?
What are the 4 versions of java?
How does enum work in java?
How many static init can you have?
Can java program run without jre?
What steps are taken when the OS shifts from one-thread execution to another?
What are the loops in java?
When is an object subject to garbage collection?