To get the mime type, we have defined FileNameMap interface, that is a simple interface and available into the java.net package. FileNameMap interface includes all the mechanism to map between a file name and mime type string in Java.
Go through the given example to find out, how to get mime type.
Syntax for getting mime type in Java
import java.net.*;
|
Output will be displayed as:

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java Get Mime Type View All Comments
Post your Comment