MIME stands for Multipurpose Internet mail-extension.
MIME describes the response format sends by server to the client.
Syntax:
type/sub-type
Ex:text/html,application/json etc.
public class UserConfigurationManager { private String userName; private String password; private UserConfigurationManager() { ...
No comments:
Post a Comment