Well the fact that suncertify.properties is not visible anywhere, is not related to the code. I mean I know for a fact that the file is somewhere on the Vista system since previous options entered are automatically loaded, however I can't find the actual file, Ive tried browsing through the directories and also searched the entire drive. I also used the "show hidden files" and "show system files" options and still could not find.
as example: i live in belgium and if you subscribe for th scjd exam, you have to purchase the voucher for taking the written exam also
Bear Bibeault wrote:
The fact that JSPs are turned into servlets is not part of its public API and is considered part of the implementation details. That part is up to the container vendors. This gives the vendors lots of leeway in how they accomplish this.
>Usual Servlets work just fine without being vendor-specific
Not so fast! Who do you think implements HttpServlet? HttpSession? HttpServletRequest? And all the other classes that are used by servlets?
Even though the API is coderanch, the implementation of that API is vendor-specific.
Also, the JSP files can be compiled before the conatiner recieves a request for them at all. Most containers support this. These pre compiled JSP classes will give better performance on their first invocation against those that are compiled just in time.