Why java is important to the Internet
By: aathishankaran
Why java is important to the Internet
The Internet helped catapult java to the forefront of programming, and java, in turn, has had a profound effect on the Internet. The reason for this is quite simple: Java expands the universe of objects that can move about freely in cyberspace. In a network, two very broad categories of objects are transmitted between the server and your personal computer: passive information and dynamic, active programs. For example, when you read your e-mail, you are viewing passive data. Even when you download a program, the program’s code is still only passive data. Even when you download a second type of object can be transmitted to your computer: a dynamic, self-executing program. Such a program is and the server yet initiates active agent on the client computer. For example, the server to display properly the data that the server is sending might provide a program.
As desirable as dynamic, networked programs are, they also present serious problems in the areas of security and portability. Prior to java, cyberspace was effectively closed to half the entities that now live there, as you will see, java addresses those concerns and, by doing so, has opened the door to an exciting new form of program: the applet.
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. That is , an application created by java is more or less like one created using C or C++. When used to create applications, java is a not much different from any other computer language. Rather, it is java’s ability to create applets that makes it important. 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 java 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 and animation or media file. In other words, and applet is a program that can react to user input and dynamically change not just run the same animation or sound over and over.
Security
As you are likely aware, every time that you download a “normal †program, you are risking a viral infection. Prior to java, most users did not download executable programs frequently, and those who did scanned them for viruses prior to execution. Even so, most users still worried about the possibility of infection their systems with a virus. In addition to viruses, another type of maillicious program exists that must be guarded against. This type of program can gather private information, such as credit card numbers, bank account balances, and passwords, by searching the contents of your computer’s local file system, java answer both of these concerns by providing a “firewall†between a networked application and your computer.
Portability
Many types of computers and operating systems are in use throughout the world - and many are connected to the Internet. For programs to be dynamically downloaded to all the various types of platforms connected to the Internet, some means of generating portable executable code is needed. As you will soon see, the same mechanism that helps ensure security also helps create portability. Indeed, java’s solution to these two problems is both elegant and efficient.
Archived Comments
1. Great blog! Do you have any tips and hints for aspiring
writers? I'm planning to start my ow
View Tutorial By: Olaf Kazmierski at 2017-07-04 15:01:40
2. With havin so much written content do you ever run into any issues of plagorism or
copyright
View Tutorial By: Mieczyslaw Szczepaniak at 2017-06-12 00:50:56
3. This post is truly a fastidious one it assists new internet users,
who are wishing for bloggi
View Tutorial By: poczta kwiatowa koszalin at 2017-06-04 19:07:38
4. what do passive information and dynamic active program means?
View Tutorial By: komal at 2016-09-04 14:55:35
5. Internet helped Java to bring it to the forefront and Java influenced Internet by simplifying the we
View Tutorial By: Merit Campus at 2016-02-12 05:15:24
6. why we use the java in networking and What are the benefits of Java in networks
View Tutorial By: ali mohammed at 2015-10-11 23:03:40
7. why we use the java in networking and What are the benefits of Java in networks
View Tutorial By: ali mohammed at 2015-10-11 22:34:36
8. what is self-executing program ? or dynamic data
View Tutorial By: vasu at 2013-04-18 17:36:35
9. Awesome information
View Tutorial By: Pavan Somu @ Tech Tips at 2013-01-03 18:45:30
10. Java is platform independent, secure, robust, multi threaded, and dynamic programming language. Java
View Tutorial By: java training in chennai at 2012-11-01 13:57:39
11. please explain importance of java and explain it's
importance it's usage in web
View Tutorial By: sandhi.vijayanth reddy at 2012-10-01 16:30:54
12. Thanx 4 your help to programmers,but to program applets in java do i've 2 be knowing HTML ?
View Tutorial By: Dembe Wycliff at 2012-06-25 14:56:41
13. sir can this be the role of java in internet if not can you explain it tooo in thius way only as you
View Tutorial By: shantanu khanduri at 2012-05-28 07:00:11
14. pooooooooooooooooop
View Tutorial By: timmy at 2011-09-26 16:34:22
15. the reason for this is quite simple: java expands the universe of objects that can move about freel
View Tutorial By: vineeth at 2011-08-25 13:54:37
16. this code is been copied by JAVA complete Refrence 5th edition by herbert
this book is avail
View Tutorial By: im PAKISTANI at 2011-01-20 04:34:21
17. Good information
View Tutorial By: Saurav at 2010-11-25 08:29:49
18. very easy way for understanding the java programming language...........
View Tutorial By: praveen chandrakar at 2010-10-14 20:26:53
19. it's just copied from java complete reference by herbert schildt
View Tutorial By: sorya at 2010-07-20 05:11:01
20. thank you for giving a information
--
Sent on a phone using T9space.com
View Tutorial By: ashish at 2010-07-02 04:40:48
21. An Article copied from the book: Osborne: Java 2, The Complete Reference"....
View Tutorial By: Madhav Arora at 2010-06-08 09:24:51
22. excellent information is provided to you sir try to provide more information
View Tutorial By: Raghav at 2007-12-16 05:03:53
23. very well to understand
View Tutorial By: Siva Krishna N at 2007-02-16 23:06:07
Comment on this tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Java program to get location meta data from an image
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program