자바 임시변수 네이밍 주로  끝에 _ 붙이나요 ㅇㅅㅇ?


```java

String value_ = "1";

int value = Integer.parseInt(name_);

```