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 is sizeof () operator?
what is the purpose of the runtime class?
How many wrapper classes are there in java?
What are the rules for naming an array?
Can you declare a private method as static?
What is the function of java?
How many decimal places is a double?
what state does a thread enter when it terminates its processing? : Java thread
What is formatted output?
Why webdriver is an interface?
What are the new features in java 8?
Why is multiple inheritance not supported in java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
How many techniques can be employed to create a string object?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?