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

What is a values collection view ?

687


Is assembly language a low level language?

504


What is the equal sign?

570


What is math floor in java?

478


Explain the features of interfaces in java?

561






make a method which any number and any type of argument and print sum of that arguments.....

1388


FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?

2645


What is role of void keyword in declaring functions?

580


What is ‘has a’’ relationship in java?

732


What is meant by polymorphism?

543


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

712


What is the use of runnable interface?

623


Can list contain null in java?

636


How do you find the absolute value?

567


Differentiate between class and structure.

636