How java is platform independent?
Answer Posted / sushil vashist
JAVA is not fully platform independent, as it depends on the
corresponding JVM which in turn is platform dependent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why doesn't the java library use a randomized version of quicksort?
What is an object in java?
What is string substring?
What is the purpose of main function in java?
How will you get the platform dependent values like line separator, path separator, etc., ?
What restrictions are placed on method overriding?
Can main() method in java can return any data?
Which method returns the length of a string?
How do you declare an array that will hold more than 64KB of data?
What is a arraylist in java?
What environment variables do I need to set on my machine in order to be able to run java programs?
Define an enumeration?
What is a memory leak in java?
What is meant by oops concept in java?
What are the limitations of procedural programming approach?