Shortener (part 3)

  • 16
  • Locked
Let's return to the Shortener class: 3.1. Add a Long lastId field to it. Initialize it to zero. This field will hold the identifier of the last string added to the repository. 3.2. Add a StorageStrategy storageStrategy field that will store the data storage strategy.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet