Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?
Answer Posted / raji
in java the byte code which is called as plat form independent
so........ it can be ready executed in any platform
and where particuler jvm is plat form dependent.......always
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What are the loops in java?
What do you mean by composition in java?
What is the size of a string in java?
How to find the given number is a prime number or not by getting input from the user
What is lambda in java?
What is the difference between iterator and list iterator?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What are examples of modifiers?
What is dynamic binding(late binding)?
What is a class instance variable?
What is the memory leak in java?
Can a list be null in java?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
What is the final access modifier in java?
Explain what is Marker interface?