JVM is platform independent or depeneded?

Answer Posted / madhan kumar.s

java program is platform independent

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is java’s garbage collected heap?

529


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

539


What is high level language in computer?

532


What is the java reflection api? Why it’s so important to have?

548


What is an example of a boolean?

567






Is list ordered in java?

536


What is <> used for in java?

663


What kind of variables a class can consist of?

630


What is default exception handling in java?

568


What does n mean in java?

502


Explain about serializable interface in java?

576


Explain the difference between protected and default access.

511


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

555


Variable of the boolean type is automatically initialized as?

593


Can we store variables in local blocks?

780