java package and its common class Overview

java package has: lang (no manual import) util io net sql awt swing text

  • java.lang class in common:
  1. Object (parent class for all classes) common methods: clone    toString hasCode the equals Finalize    getClass the wait notifyAll Notify (defined as final, can not be overwritten)
  2. edf
  3. sdf

 

Guess you like

Origin www.cnblogs.com/sycamore0802/p/11247854.html