Forum Moderators: open
For an technical interview , interviewer asked one question. " he want to save jsp files as .java files, for this purpose what all changes are to be made in web server?"
is it possible to save jsp files with .java extention and without .jsp file extention? or it was a tricky question to test my knowledge?
if it is possible to save jsp with .java extention , please tell me how to do so?
However crazy it is, it is possible! You need to tell your web server setup to parse JAVA files through the JSP engine and it should work fine...