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
How do you generate random numbers in java?
How to reverse string in java?
Why constructor has no return type?
Is map sorted in java?
Why should we use singleton pattern instead of static class?
Where is the find and replace?
How do you define a method?
What are triggers in DB? Explain their types. How do they work?
Differentiate between the constructors and methods in java?
What does system.gc() and runtime.gc() methods do?
Why unicode is important?
What environment variables are required to be set on a machine in order to run Java programs?
Write a java program to count the number of words present in a string?
What is the purpose of tostring() method in java?
What is compiler and what its output.