save up to 40%

Articles for SCWCD Java 5 CX310-083

Showing 1 - 10 of 195 Articles   PREVIOUS 1 2 3 4 5 6 7 8 9 10 NEXT

Authentication


Authentication is the process of verifying the identity of a user. This is usually done using a user name and a password. This process compares the provided user name and password with those stored in the database of an authentication server. There are four types of authentication as follows:......
continue reading "Authentication" »


JSP Implicit Objects


Implicit objects in JSP are the Java objects that the JSP Container makes available to developers in each page. These objects need not be declared or instantiated by the JSP author. They are automatically instantiated by the container and are accessed using standard variables; hence, they are......
continue reading "JSP Implicit Objects" »


JSTL Core Library


JSP Standard Tag Library (JSTL) is an extension of the JSP language. It includes various operations needed in almost all JSP pages, such as internationalization, conditional processing, XML parsing, making a database connection, etc. The important tags in the JSTL core library are as......
continue reading "JSTL Core Library" »


How to install and configure Tomcat for Windows(tm)


To install and configure Tomcat, you will have to take the following steps: Download JDK 1.5 from Sun(tm) site at http://java.sun.com/javase/downloads/index_jdk5.jsp Install JDK to C:\Program Files\Java\jdk1.5.0_08 Download Tomcat 5 from......
continue reading "How to install and configure Tomcat for Windows(tm)" »


How can an existing session be invalidated?


An existing session can be invalidated in the following two ways: Setting timeout in the deployment descriptor : This can be done by specifying timeout between the <session-timeout> tags as follows: <session-config>......
continue reading "How can an existing session be invalidated?" »


How can context attributes be made thread safe?


Context attributes are not thread safe, since multiple servlets and hence multiple threads in a Web-app can access these attributes. To make a context attribute thread safe, it is necessary to apply a lock on the context. This is done by synchronizing the ServletContext, so that when a thread......
continue reading "How can context attributes be made thread safe?" »


How can session variables be made thread-safe?


Session variables are not thread-safe. This is because there can be multiple requests from a client using more than one browser. These variables can be made thread-safe by synchronizing them, i.e., by acquiring a lock on the part of code that accesses these variables....
continue reading "How can session variables be made thread-safe?" »


How is a filter configured in the deployment descriptor?


A filter is configured in the deployment descriptor as follows: <filter>        <filter-name>Filter1</filter-name>        <display-name>filter1</display-name>    ......
continue reading "How is a filter configured in the deployment descriptor?" »


How is an El initialization parameter configured in the deployment descriptor?


An El initialization parameter initParam is configured in the deployment descriptor as follows: <context-param>    <param-name>parameterName</param-name>    <param-value>parameterValue</param-value> </context-param>......
continue reading "How is an El initialization parameter configured in the deployment descriptor?" »


How is scripting disabled?


Scripting is disabled by setting the scripting-invalid element of the deployment descriptor to true. It is a subelement of jsp-property-group. Its valid values are true and false. The syntax for disabling scripting is as follows: <jsp-property-group>......
continue reading "How is scripting disabled?" »







List Price: USD 89.99, Your Price: USD 68.99, You Save 23%

Click here to buy CX310-083 PrepKit and get all questions.

We will send you the registration code immediately. Use it to unlock and start learning.

Click here to download free practice questions.

No Spyware | No Malware | No Adware | Easily uninstalled.

CX310-083 PrepKit at a Glance
IncludesFreeBuy
Version8.02.05
Practice Tests14
Total questions (inc. Quiz)15260
Quiz15143
Final TestNoYes
Articles, How Tos.., TipsYesYes
Study Notes30196


Showing 1 - 10 of 195 Articles   PREVIOUS 1 2 3 4 5 6 7 8 9 10 NEXT
uCertify.com | Our Company | Articles | Privacy | Security | Contact Us | News and Press Release | uCertify India
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT, A+, Network+, Security+
Oracle Certification: OCP 9i, OCP 10g, OCA 9i, OCA 10g CIW foundation    EC-212-32    CISSP    Photoshop ACE    Adobe Flash ACE
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.