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 are singleton services?
How many bytes is 255 characters?
How does multithreading take place on a computer with a single cpu in java programming?
How does varargs work in java?
Program to Find the second largest element in an array.
How to set the permissions to a file in java?
How do you use spaces in java?
What is static method with example?
Explain inheritance in java?
What environment variables do I need to set on my machine in order to be able to run java programs?
What are the four corner stones of oop?
Is a boolean 1 bit?
Explain the difference between abstract classes and interfaces in java?
Where import statement is used in a java program?
Can we declare array without size in java?