What is the difference between .mbr and .jar?
- Extension
- .mbr
- .jar
- Format
- Binary
- Binary
- Category
- Disk Image
- Developer
- Developer
- IBM
- Oracle
- Description
- MBR was introduced by IBM PC. It is called Master Boot Record as it's a unique boot sector found at the beginning of a drive. It stores the OS boot loader and information on the drive's logical partitions.
- A JAR file is a Java archive (JAR) file used by the Java Runtime Environment (JRE), a framework used for executing Java programs. JAR files may serve as program libraries or as standalone programs that run if the JRE is installed on the computer or mobile device.
- MIME Type
- application/x-msdos-program
- application/java-archive
- Wikipedia
- .mbr on Wikipedia
- .jar on Wikipedia