1 / 31

Basic Java

Chapter 1. History, Basic syntax. Java History. 1991: use in consumer devices1994: use in browsersprogrammers embraced because:simpler than C rich libraryportable programsmicro edition and enterprise edition provide support for wide range of apps, from cell phones to large Internet serverssa

oke
Télécharger la présentation

Basic Java

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. Basic Java

    2. Chapter 1 History, Basic syntax

    3. Java History 1991: use in consumer devices 1994: use in browsers programmers embraced because: simpler than C++ rich library portable programs micro edition and enterprise edition provide support for wide range of apps, from cell phones to large Internet servers safe (must trust applets when you download!) Java virtual machine (JVM) catches many mistakes, makes it easier to use

    4. Java drawbacks Not designed for beginners; must learn fair amount of syntax (although somewhat less than C++) Has been extended many times can be confusing which version you are using Rich libraries provide many capabilities, but too much to learn all at once

    5. Java Versions

    6. Simple First Program

More Related