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
What is meant by null and void?
When do we use synchronized blocks and advantages of using synchronized blocks?
What is nullpointerexception?
How do you create a bulleted list?
What is a ternary operator in java? What is an interface?
What are the different types of methodologies?
Why inputstreamreader is used in java?
What is field name?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What are the differences between heap and stack memory in java?
What best practices should you follow while writing multithreaded code in java?
When is the finalize() called? What is the purpose of finalization?
Is integer immutable in java?
why java uses class level type casting ?
What is thread safe singleton?