A·Y

vuePress-theme-reco AlightYoung    2019 - 2023
A·Y

Choose mode

  • dark
  • auto
  • light
Home
Categorys
  • Guide
  • Java
  • Git
  • Algorithm
  • WebServer
  • Database
  • WebFrontend
  • DataStructure
  • Web
  • Server
  • Containerization
  • Backup
  • Kotlin
  • Shell
Tags
Timeline
Mirrors
  • Gitee Pages (opens new window)
  • Github Pages (opens new window)
GitHub (opens new window)
author-avatar

AlightYoung

86

Articles

61

Tags

Home
Categorys
  • Guide
  • Java
  • Git
  • Algorithm
  • WebServer
  • Database
  • WebFrontend
  • DataStructure
  • Web
  • Server
  • Containerization
  • Backup
  • Kotlin
  • Shell
Tags
Timeline
Mirrors
  • Gitee Pages (opens new window)
  • Github Pages (opens new window)
GitHub (opens new window)

Java Tips

vuePress-theme-reco AlightYoung    2019 - 2023

Java Tips

AlightYoung 5/26/2022 Java Tips

# 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.
  • Preface