what do you mean by platform independent and portable in java
Answers
Answered by
0
When we compile your Java code then .class file is generated by javac compiler these codes are readable by JVM and every operating system have its own JVM so JVM is platform dependent but due to JVM java language is become platform independent.
_____________________________________________________
It means that you can run Java bytecode on any hardware that has a compliant JVM. It doesn't mean that ME is the same as SE is the same as EE. EE has EJBs, but SE and ME don't.
Similar questions
Computer Science,
6 months ago
English,
6 months ago
English,
6 months ago
Physics,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago
English,
1 year ago
English,
1 year ago