Posts

Showing posts with the label applets

An overview of Java

The creation of Java It was developed by James Gosling, Patrick Naughton, Chris Warth, Ed Frank, and Mike Sheridan at Sun Microsystems. ➡ Initially named as Oak but then it was renamed "Java" in 1995. from Java coffee, the coffee from Indonesia. How Java changed the Internet It simplified the web programming, Java innovated a new type of networked program called Applet that changed the way the online world thought about content. Java solved the issues like  portability  and  security  associated with the internet. What is java Applets? An applet is a special kind of Java program that is designed to be transmitted over the Internet and automatically executed by a Java-compatible web browser. If the user clicks a link that contains an applet, the applet will be automatically downloaded and run in the browser. It allows some functionality to be moved from the server to the client. It is dynamic and self-exec...

YouTube