Category: Javaskool Category
There are a number of JSP technology implementations for different web servers. – Glassfish : GlassFish is an open-source application server project originally started by Sun Microsystems for the Java EE platform and now...
The JSP specification includes standard tags for bean use and manipulation. The useBean tag creates an instance of a specific JavaBeans class. If the instance already exists, it is retrieved. Otherwise, it is created....
The JSP 2.0 specification describes a mapping between JSP pages and XML documents. The mapping enables the creation and manipulation of JSP pages using XML tools.
Yes, the JSP specification does support creation of XML documents. For simple XML generation, the XML tags may be included as static template portions of the JSP page. Dynamic generation of XML tags occurs...
Pages built using JSP technology are typically implemented using a translation phase that is performed once, the first time the page is called. The page is compiled into a Java Servlet class and remains...
JSP engine interprets tags, and generates the content required – for example, by calling a bean, accessing a database with the JDBC API or including a file. It then sends the results back in...
Yes, You need to close the Android emulator after every execution of project.. just minimize and run your application in turn will save lot of time.
TDD is an iterative software development process where you first write the test with the idea that it must fail. This is a different approach to the traditional development where you write the application...
1. File Close Ctrl+F4 In Windows Close Ctrl+X K In Windows Close All Ctrl+X Ctrl+C In Windows Close All Shift+Ctrl+F4 In Windows Close All Shift+Ctrl+W In Windows New menu Shift+Alt+N In Windows Print Alt+F9...
Solution 1: Reverse the linked list and select the n-th node from the head of the linked list. Solution 2: Maintain 2 pointers n nodes apart. When the 1st pointer reaches the tail, the...
Recent Comments