How java is platform independent?
Answer Posted / tulasi
java is platform independent bec we written the source code
in java language and we produce the complied source code i.e
class file is in byte code format ,it does not depend on any
platform where u will execute ,so, we called this as
platform independent.The JVM is plat form independent it
depends on the platform ,it will change the class file into
perticular native code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create object of static class?
How to use string tokenizer class.
What is the driver class?
What is ‘is-a ‘ relationship in java?
Java is Pass by Value or Pass by Reference?
What is tochararray in java?
What is your platform?s default character encoding and how to know this?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
Explain about fail safe iterators in java?
What is difference between arraylist and list in java?
Can a set contain duplicates?
Can we create more than one object singleton class?
Write a program to print all permutations of string?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What does file separator do in java?