Edge cases - input validation

String

  • input == null

  • input.length() == 0

Array

  • input == null

  • input.length == 0

Last updated