what do you meant by Platform-Independent?

Answer Posted / ranganathkini

Platform Independance means, generating executable code
independant of the underlying software/hardware platform on
which the code is required to run.

Java uses the concept of a Virtual Machine to abstract the
underlying hardware/software and providing a standard
execution environment for all Java bytecode based programs.

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about sets?

572


How many bits is a string in java?

581


Can we override private method in java?

622


What is ctrl m character?

518


Can a method be overloaded based on different return type but same argument type?

550






What are the supported platforms by java programming language?

573


Can we create our own daemon thread?

544


Which container method is used to cause a container to be laid out and redisplayed in java programming?

607


When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?

573


How can we avoid including a header more than once?

614


What is a treeset in java?

549


Can we declare a static variable inside a method?

534


What is the difference between Error, defect,fault, failure and mistake?

665


What do you mean by stack?

646


Write an algorithm for quick sort?

617