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
What kind of variables can a class consist?
Are maps ordered java?
What does next mean in java?
Is set ordered in java?
Is special character in java?
Explain different ways of creating a thread. Which one would you prefer and why?
Can you explain the meaning of aggregation and composition
Explain creating threads by extending thread class ?
What is the hashcode () and equals () used for?
When should I use stringbuffer?
How many types of flags are there?
Can we cast any other type to boolean type with type casting?
What is the basic concept of java?
Why Java is not pure Object Oriented language?
What are the ways in which a thread can enter the waiting state?