I understand object oriented programming, and have been writing OO programs for a long time. People seem to talk about aspect-oriented programming, but I’ve never really learned what it...
  • May 22, 2022
  • 0 Comments
Is it possible to construct a snippet of code in Java that would make a hypothetical java.lang.ChuckNorrisException uncatchable? Thoughts that came to mind are using for example interceptors or...
  • April 30, 2022
  • 0 Comments