.JAVA 파일 확장자
Java Source Code File
| 개발사 | Oracle |
| 인기도 |
3.9 | 385 투표 |
JAVA 파일이란 무엇인가요?
A JAVA file is a source code file written in the Java programming language, which was originally developed by Sun Microsystems but is now maintained by Oracle. It uses an object-oriented approach, where structured data types, called classes, are used to instantiate objects at runtime.
추가 정보
JAVA source code files are compiled into .CLASS files using a Java compiler (javac command). A CLASS file contains bytecode that can be executed by the Java Virtual Machine (JVM). The JVM can be downloaded for every major operating system, including Windows, macOS, and Linux.
참고: Android programs are written in Java but are run using the Dalvik Virtual Machine (DVM), which is a different virtual machine than the standard JVM that is optimized for Android.
JAVA 파일을 여는 프로그램
Windows
Linux
Web
Android
Chrome OS