How java achieve platform independence?
With the help of .class file java achieve platform independence.
When we write java program the extension of the file must be .java after compiling that .java file JVM will generate one special file i.e. .class file which is also known as byte code. ...
what-is-oops.hashnode.dev1 min read