Hi, Java gurus:
Can anyone tell me the differences between <% @include file="pathToFile" %> and <jsp:include page="pathtofile" />. Giving examples will be good.
As well, I'd like to clearify some concepts - servlet and bean. Both servlet and bean reside in the web server. Servlets can be directly requested by clients(from browser) but beans can not. Beans can be initiated by servlets or JSP files. The server side beans do need visual presentations. Correct me if I am wrong.
Thanks in advance
