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
How many threads does a core java have?
How many bits is a float?
What are thread local variables?
What does nullpointerexception mean?
What is the file type?
What is an immutable class? How to create an immutable class?
What is the meaning of find and replace?
How do you remove an element from an arraylist in java?
Is 64bit faster than 32 bit?
What is return keyword in java?
What is factor r?
Why is the main method declared static?
Can you inherit a constructor java?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What is a local class in java?