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 code to create a trigger to call a stored procedure

720


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

732


What is a nested list?

720


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

798


Is c better than java?

718


Can we sort set in java?

738


Can we have a try block without catch block?

738


Write an algorithm for quick sort?

795


What are java methods?

785


What is default size of arraylist in java?

758


How does multithreading take place on a computer with a single cpu in java programming?

731


What is queue in java?

781


How do generics work in java?

684


Is the milky way in a void?

735


when should you use stringbuilder class in a program?

717