what do you meant by Platform-Independent?

Answer Posted / vasanthakumari.s

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 ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between nested and inner class in java.

559


Whats the difference between notify() and notifyall()?

572


What is a class component?

615


What is method overloading in JAVA? Why is it not present in C ?

593


Why is an interface be able to extend more than one interface but a class can’t extend more than one class?

707






What is thread safe singleton?

517


What are the basics of core java?

550


What are the advantages of inner classes?

509


Are maps ordered java?

513


Write a code to show a static variable?

618


What is a method vs function?

562


How to convert string to byte array and vice versa?

588


Difference between ‘>>’ and ‘>>>’ operators in java?

642


Why is a string immutable?

546


Can a class have multiple subclasses?

587