1 / 8

Java Evolution

Chapter 1. Java Evolution. Java History. Java Features. Difference between java and C. Difference between java and C++.  Java and Internet.  H/w and S/w requirements.  Java Environment. ie. cmd. X. Java History.

dwingate
Download Presentation

Java Evolution

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 1 Java Evolution • Java History. • Java Features. • Difference between java and C. • Difference between java and C++. • Java and Internet. • H/w and S/w requirements. • Java Environment. ie cmd X

  2. Java History Java is a general purpose, Object oriented programming Language developed by Sun Microsystems of USA in 1991. Originally called Oak by James Gosling. Java Milestones • 1990 – Sun Microsystems decided to develop special software for consumer electronic devices headed by James Gosling. • 1991 – Using C++ the team announced a new language named Oak. • 1992 – The Green project team by Sun, shown new language to control home appliances using hand held device with tiny touch-sensitive screen. • 1993 - The www appeared on the internet and transformed the text based internet into graphical rich environment using Web Applets. • 1994 – Team developed a web browser called “HotJava” for web Applets. • 1995 – “Oak” was renamed “Java” due to some legal snags. Java is just a name. Netscape and Microsoft supports to Java. • 1996 – Java established itself as a leader for internet & general purpose programming. Java founds its home. ie cmd X

  3. Java Features ∆ Compiled and Interpreted ∆ Platform-Independent and Portable ∆ Object Oriented ∆ Robust and Secure ∆ Distributed ∆ Familiar, Simple and Small ∆ Multithreaded and Interactive ∆ High Performance ∆ Dynamic and Extensible ie cmd X

  4. Difference between Java and C C++ C Java ▼ Java does not include keywords: goto, sizeof, and typedef. ▼ Java does not contain data types: struct, union and enum. ▼ Java does not define type modifiers: Auto, extern, register, signed & unsigned. ▼ Java does not support an explicit pointer type. ▼ Java does not have : #define, #include and #ifdef. ▲ Java adds new operator instanceof and >>> ▲ Java adds labeled break and continue statements. ▲ Java adds many features required for OOP. ie cmd X

  5. Difference between Java and C++ C++ C Java ▼ Java does not support operator overloading. ▼ Java does not have template classes. ▼ Java does not support multiple Inheritance. ▼ Java does not support global variables. ▼ Java does not use pointers. ▼ Java has replaced the destructor function with finalize method. ▼ There are no header files in Java. ie cmd X

  6. Java and Internet Java is strongly associated with Internet because the first application program written in java was HotJava. Java & www : www is an open-ended information retrieval system to be used in internet’s distributed environment. Internet users can use Java to create Applets, In fact Java applets made the internet true extension of storage system of local computer. Java is purely known as Internet Language. HTML document communication. Web Browser. Remote Computer ie Internet cmd Remote Applet Local computer X

  7. H/w & S/w Requirements IBM Compatible 486 system Minimum of 8 MB memory A hard drive A CD-ROM drive A Microsoft compatible mouse A Windows compatible sound card if necessary Windows 95 Software Web Browser Java Code. ie cmd X

  8. Java Environment Appletviewer- (for viewing Java Applets) javac – (Java Compiler) java – (Java Interpreter) javah – (for C header files) javadoc – (for creating HTML documents) jdb – (Java debugger) ie cmd X

More Related