Java as Portable programming languages
Previous | Home | Next |
Java is portable as you can make a java programs on any editor and compile with java compiler and execute any where.
Java provide applets which complies on any other machine with java complier and when client (Web Brower ) request then byte code is downloaded on client side .This java byte will execute on local machine on client side in presence of JVM. This applet program will communicate with server and performs tasks.
Previous | Home | Next |