Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?
Answer Posted / chandrasekhar
we know that c,c++ are platform dependent the reason is
c,c++ directly communicate with OS.The .exe file of c,c++
contains 4 types:-1.)program
2.)libraries
3.)processor
4.)OS
so c,c++ are platform dependent
Java prpogram connect with JVM and then interact with OS
The .class file contains only 2 types:1.)program
2.)libraries
so java is platform independent
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is sorting in java?
What is a vector in java?
What is the use of using enum to declare a constant?
What is close method? How it's different from Finalize & Dispose?
Describe string intern() methodology
How do I get 64 bit java?
What is difference between public static and void?
How to make a read-only class in java?
Is class is a data type?
Does windows 10 need java?
Is string is a data type in java?
Can inner class final?
why using interface interface ?
What does singleton class mean?
Can we convert stringbuilder to string in java?