Skip to main content

All Questions

Filter by
Sorted by
Tagged with
5 votes
5 answers
607 views

Imagine I have a function like this (written in Java): void sayHello(String firstName, String lastName) { if (firstName == null) { throw new IllegalArgumentException("first name is ...
J-bob's user avatar
  • 357