Answer Posted / mary kamal
java is platform independent,because Java Varchual mechaine which converts the data into bytes which is understandabl by every operating system,c and c++ compilers converts the data into machine understandable languages with respective operating systems so hence it is platform dependent ...and java is a platform independent
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the difference between Logical Parallelism and Physical Parallelism?
What is java lang noclassdeffounderror?
What java systems libraries and methods are available for me to use?
What if the main method is declared as private?
What is jdk jre and jvm?
Do I really have to type in the programs in the book to try them out?
How do I export a java project?
What is the difference between swing and awt components?
What is web xml java?
Explain suspend() method under thread class>
In java thread programming, which method is a must implementation for all threads?
When is static variable loaded? Is it at compile time or runtime? When exactly a static block is loaded in java?
What is cookie in java?
Is jdk a compiler?
What if I write static public void instead of public static void?