Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 491 Bytes

File metadata and controls

16 lines (12 loc) · 491 Bytes

To Do

This is a summary of some things I want to change or add to this Java demo project.

Dates and Times

  • add "date time input" option, so that any date can be formatted

Loops

  • give examples of looping or iterating over an array, list, set, map, showing the two kinds of for loop, other loops, iterators, and also stream.forEach()

Web

  • working with URIs and URLs
  • URLEncoding
  • Base64 encoding

Security

Look at JEP 470: PEM Encodings of Cryptographic Objects (Preview)