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

What is meant by null and void?

724


When do we use synchronized blocks and advantages of using synchronized blocks?

876


What is nullpointerexception?

751


How do you create a bulleted list?

800


What is a ternary operator in java? What is an interface?

749


What are the different types of methodologies?

739


Why inputstreamreader is used in java?

747


What is field name?

770


Why to use nested classes in java? (Or) what is the purpose of nested class in java?

723


What are the differences between heap and stack memory in java?

751


What best practices should you follow while writing multithreaded code in java?

760


When is the finalize() called? What is the purpose of finalization?

810


Is integer immutable in java?

730


why java uses class level type casting ?

2419


What is thread safe singleton?

712