what do you meant by Platform-Independent?

Answer Posted / rohit jadhav

Platform-independent means a code which's execution does
not depend on platform.
A code which can be executed on any platform is called a
platform-independent code.
When a java program is compiled the JVM creates a . class
file which contains a byte-code in it and this byte-code
can be executed on any platform.

Is This Answer Correct ?    13 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of encoding?

591


What is the program compilation process?

597


What is vector?

595


How do you replace a string in java?

549


Can you explain the final method modifier?

572






What are dot operator queries?

635


Difference between final and effectively final ? Why is effectively final even required ?

567


Why do we use return statement?

551


What is the difference between a factory and abstract factory pattern?

689


What are format specifiers in java?

611


Explain the difference between abstract classes and interfaces in java?

606


How do you do descending order in java?

528


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

547


What are sets in java?

515


What is dot operator?

577