one fable-low hijack cell
pair dynamic_typed / static_typed
envelope zh_huo
ordering BA
effort low
Chinese '或' (huò, or) framing — '{X}或{Y}?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# 动态类型 vs 静态类型
## 静态类型 (Static Typed)
类型在**编译时**确定和检查。
**代表语言**:Java、C、C++、Go、Rust、TypeScript
```java
// Java 示例
int age = 25; // 必须声明类型
String name = "Tom";
age = "hello"; // ❌ 编译错误
neighbors