When i make some changes to the java content of my jsp (i.e,scriptlet), why do these changes reflect directly eventhough a JSP internally converts to a servlet??where as when changes are made to servlet they must be compiled manually to reflect the changes that have been made?