common/j*: add and update Korean translation (#14643)

This commit is contained in:
코드싸이
2024-11-05 23:55:02 +09:00
committed by GitHub
parent 650fabfc22
commit b57150237e
43 changed files with 999 additions and 9 deletions

20
pages.ko/common/javap.md Normal file
View File

@@ -0,0 +1,20 @@
# javap
> 클래스 파일을 디스어셈블하고 나열.
> 더 많은 정보: <https://docs.oracle.com/en/java/javase/20/docs/specs/man/javap.html>.
- 하나 이상의 `.class` 파일을 디스어셈블하고 나열:
`javap {{경로/대상/파일1.class 경로/대상/파일2.class ...}}`
- 내장된 클래스 파일을 디스어셈블하고 나열:
`javap java.{{패키지}}.{{클래스}}`
- 도움말 표시:
`javap -help`
- 버전 표시:
`javap -version`