what is platform dependent translation and platform dependent
programming language
Answer Posted / rv.nandakishore
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 |
Post New Answer View All Answers
Can a class be final?
What about main thread in java?
What is dot operator?
Is null a string?
What are the disadvantages of object oriented programming?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Why declare Main() method as a static in java ?
What is multiple inheritance? Is it supported by java?
Can we inherit inner class?
Explain OOPs concept.
What does index mean in java?
What are the actions that can occur when a thread enters blocked state?
Define packages in java?
Is final static java?
What is bubble sorting in java?