How java is platform independent?
Answer Posted / i.b kumar
Simply Platform = Hardware(Any Processor) + Operating System
When the Java compiler produces byte code that must run on Any Processor may be 16,32,64(bit) as well as any Operating System
and Byte code does that work.
So Java is called Platform Indepedendent.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What happens to the Exception object after handling an exception?
What is locale in java?
What does || mean in vectors?
What is data type in computer?
Which is bigger float or double?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What are daemon Threads in java?
Why does java have two ways to create child threads?
What is the difference between multiple processes and multiple threads?
Can we create an object of static class in java?
Is ++ operator thread-safe in java?
How many types of classes are there in java?
What are the special characters?
why java uses class level type casting ?