1 / 12

A Review of the java.util Package Presented By AMIT RANJAN TRIPATHY Roll # CS 200118157

A Review of the java.util Package Presented By AMIT RANJAN TRIPATHY Roll # CS 200118157 Under the guidance of Dr. Ravi P. Reddy. By www.PPTSWorld.com. The ad hoc approach lacked an unifying theme The Collections framework Collections Maps. Introduction. The Collection Interface.

job
Download Presentation

A Review of the java.util Package Presented By AMIT RANJAN TRIPATHY Roll # CS 200118157

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. A Review of the java.util Package Presented By AMIT RANJAN TRIPATHYRoll # CS 200118157 Under the guidance of Dr. Ravi P. Reddy By www.PPTSWorld.com

  2. The ad hoc approach lacked an unifying theme The Collections framework Collections Maps Introduction

  3. The Collection Interface

  4. The Collection Classes

  5. The Map Interface

  6. The Map Classes

  7. Legacy Classes And Interfaces • Reengineered to support Collections • Synchronized : The only Advantage • Enumeration • Calcified as obsolete • Superceded by Iterator

  8. The Legacy Classes

  9. Working of Hash Tables

  10. Other Utility Classes • StringTokenizer : Lexical analysis made easy • BitSet • Date • Random • Observable • Update( ) • notifyObservers( )

  11. Conclusion • The Collections framework • Unified theme for “data engines” • Reengineering of the base classes • Maps introduced • Broad domain of applications

  12. Thank You!!!

More Related