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

Write a java program that prints all the values given at command-line.

559


What is a method header?

550


Can you create an object of an abstract class?

555


Write a program to check for a prime number in java?

564


What is the need of transient variables in Java ?

583






What is supplier in java?

563


What is appletviewer?

575


How many bytes is a url?

566


When we should use serialization?

572


What are the steps that are followed when two computers connect through tcp?

525


Does it matter in what order catch statements for filenotfoundexception and ioexception are written?

512


What is java util concurrentmodificationexception?

504


can java object be locked down for exclusive use by a given thread? : Java thread

537


In a container there are 5 components. I want to display the all the components names, how will you do that one?

606


What does system out println () do?

563