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


Please Help Members By Posting Answers For Below Questions

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?

793


What happens to the Exception object after handling an exception?

2079


What is locale in java?

794


What does || mean in vectors?

706


What is data type in computer?

713


Which is bigger float or double?

758


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?

783


What are daemon Threads in java?

865


Why does java have two ways to create child threads?

684


What is the difference between multiple processes and multiple threads?

795


Can we create an object of static class in java?

803


Is ++ operator thread-safe in java?

888


How many types of classes are there in java?

795


What are the special characters?

738


why java uses class level type casting ?

2432