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

How do you create a bulleted list?

552


What is a lambda expression ? What's its use ?

558


What is ‘has a’’ relationship in java?

714


Which collection does not allow duplicates in java?

455


What is Java Package and which package is imported by default?

586






Why there are some null interface in java? What does it mean?

632


What is final?

595


What is java beans?

564


What does nextint () do in java?

544


Difference between Linked list and Queue?

597


What is the difference between method and means?

565


Is java same as core java?

578


what is the difference between thread and runnable types? : Java thread

540


How will you compute size of a structure?

572


Can a constructor call another constructor?

556