html5-img
1 / 9

Java Buzzwords

Java Buzzwords . EECE292 Spring 2000. Simple. Simpler than C++: No pointers Automatic garbage collection No operator overloading No templates No multiple inheritance. Secure. Interpreted Java Virtual Machine (JVM) “Sandbox” No pointers. Portable. Interpreted JVM. Object-Oriented.

amity-cain
Download Presentation

Java Buzzwords

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. Java Buzzwords EECE292 Spring 2000

  2. Simple • Simpler than C++: • No pointers • Automatic garbage collection • No operator overloading • No templates • No multiple inheritance

  3. Secure • Interpreted • Java Virtual Machine (JVM) • “Sandbox” • No pointers

  4. Portable • Interpreted • JVM

  5. Object-Oriented • Balance between “everything is an object” pure model and “stay out of my way” model

  6. Robust • Strongly typed language • No pointers • Automatic garbage collection • Exception handling

  7. Multithreaded • Interactive, networked programs • Built-in support for process synchronization

  8. Distributed • Designed for the internet • Built-in support for TCP/IP • Remote Method Invocation (RMI)

  9. Dynamic • Run-time type information • Dynamic linking

More Related