I have a problem with xml file now.
I want to create a web project. In that I created web.xml file. If we put encoding property i.e,
<?xml version=”1.0″ encoding=”UTF-8″?>
its giving Error Status-404
If we put encoding property i.e.,
<?xml version=”1.0″ encoding=”ISO-8859-1″?>
its giving exact output.
Can you explain me what is the difference between them?
Which is best to execute the servlet error free?
Please send me the answer.
Thanks,
Arif