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
Write a code to create a trigger to call a stored procedure
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is a nested list?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
Is c better than java?
Can we sort set in java?
Can we have a try block without catch block?
Write an algorithm for quick sort?
What are java methods?
What is default size of arraylist in java?
How does multithreading take place on a computer with a single cpu in java programming?
What is queue in java?
How do generics work in java?
Is the milky way in a void?
when should you use stringbuilder class in a program?