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
What is the method to declare member of a class static?
Write a java program that prints all the values given at command-line.
What is super?
How can we make a class virtual?
Why is the main method static?
What is regex used for?
How to change the priority of thread or how to set priority of thread?
What is Major and importance difference between for and foreach loop ?
Why unicode is important?
What is string syntax?
Why is java called the platform independent programming language?
Can we define constructor in inner class?
What is flag in java?
Explain the concept of proper inheritance?
Can we declare main () method as non static?