Posts

Showing posts from 2016

Java Applets and Applications

Java can be used to create two types of programs: applications and applets. An application is a program that runs on your computer, under the operating system of that computer. When used to create applications, Java is notuch different from any other computer language. An Applet is an application designed to be transmitted over the Internet and executed by a Java-compatible Web browser. An applet is actually a tiny program, dynamically downloaded across the network, just like an image, sound file, or video clip. The important difference is that an applet is an intelligent program, not just an animation or media file.

Advantages of JAVA

The various advantages of java are Simple Secure Portable Object-Oriented Robust Multi Threaded Architecture-neutral Interpreted High Performance Distributed Dynamic Let's examine what each of the others implies Simple Java was designed to be easy for the professional programmer to learn and use effectively.if you already understand the basic concepts of object - oriented programming, learning java will be even easier. Java inherits the C/C++ syntax and many of the object - oriented features of C++, most programmers have little trouble learning java. Secure When you use a java-compatible Web browser, you can safely download java applets without any fear of viral infection or malicious intent. Java achieves this protection by confining a java program to the java execution environment and not allowing it access to other parts of the computer. Portable For programs to be dynamically downloaded to all the various types of platforms connected to the Internet, some ...

What is Java?

JAVA is high level programming language developed by Sun Microsystems introduced in 1995. Java is an object oriented language similar to C++,but simplified to eliminate language features that cause commons programming errors. Java is a general purpose programming language with a number of features that make the language well suited for use on the world wide web.