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
Justify your answer that you can't define a method inside another method in java, if you can then how?
What restrictions are placed on method overloading?
Which one will take more memory: an int or integer?
What is the length of a string?
What's the base class in java from which all classes are derived?
Which category the java thread do fall in?
Explain about class in java?
Can we have any code between try and catch blocks?
What is callablestatement? How you can call stored procedure to pass in parameter?
What is difference between == and === in js?
What is the size of string?
How to display names of all components in a Container?
What is string made of?
Does java support multiple inheritance or not?
Explain reverse a linked list iterative solution in java?