Java Tips

May 26, 2022

Preface

write this to log some useful (probably) Java tips when I face some confusing 'bugs'.
  1. toLowerCase / toUpperCase do not change the original string.
The End