Usage of <%@page ... %>
Hello,
Is there any difference in:
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
and
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Thank you
Hello,
Is there any difference in:
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
and
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Thank you