Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 13, 2023
1 parent 4aabede commit db43d30
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/cheatsheet/java_trick.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Java Tricks

# Ref

- [Syntax sugar](https://javaguide.cn/java/basis/syntactic-sugar.html#%E5%86%85%E9%83%A8%E7%B1%BB)

# 0) Basic data structures

- Java heap:
Expand Down
16 changes: 15 additions & 1 deletion doc/faq/faq_java.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
- https://cloud.tencent.com/developer/article/2183300


### Java basic data type VS reference data type **** ?

### Exception VS Error ?

- https://javaguide.cn/java/basis/java-basic-questions-03.html#%E5%BC%82%E5%B8%B8
- https://javaguide.cn/java/basis/java-basic-questions-03.html#%E5%BC%82%E5%B8%B8

### Java serialize, deserializes ?

- https://javaguide.cn/java/basis/serialization.html#%E6%80%BB%E7%BB%93

### Java @transient explain ?

- https://www.cnblogs.com/huzi007/p/6600559.htmls

### try-with-resource VS try-catch-final ?

- https://javaguide.cn/java/basis/syntactic-sugar.html#try-with-resource

0 comments on commit db43d30

Please sign in to comment.