3COM certification 3COM
Adobe certification Adobe
Apple certification Apple
Avaya certification Avaya
BEA certification BEA Systems
Business Objects certification Business Objects
Check Point certification CheckPoint
Cisco certification Cisco
Citrix certification Citrix
CIW certification CIW
COGNOS certification COGNOS
CompTIA certification CompTIA
CWNP certification CWNP
EC-Council certification EC-Council
EMC certification EMC
Exam Express certification Exam Express
Exin certification Exin
F5 Networks certification F5 Networks
H3C certification H3C
HDI certification HDI
HP certification HP
Hitachi certification Hitachi
IBM certification IBM
Isaca certification Isaca
ISC certification ISC
ISEB certification ISEB
Juniper certification Juniper Networks
Lotus certification Lotus
LPI certification LPI
Microsoft certification Microsoft
Mile2 certification Mile2
Network Appliance certification Network Appliance
Nortel certification Nortel
Novell certification Novell
Oracle certification Oracle
PMI certification PMI
RedHat certification RedHat
RSA certification RSA Security
SAIR certification SAIR
SAS certification SAS Institute
SNIA certification SNIA
Sun certification Sun
Sybase certification Sybase
Symantec certification Symantec
Teradata certification Teradata
Tibco certification Tibco
Veritas certification Veritas
VMware certification VMware
All Exams

IBM 000-286 Exam - CertifySky.net

Free 000-286 Sample Questions:

1. The Library View can be used to:
A. Insert JavaScript functions into a JSP file only.
B. Insert JavaScript functions into a JSP or JavaScript file.
C. Create user-defined reusable items.
D. Insert Java code into a Java file, such as enumerations over a collection.
Answer: A, B

2. Which of the following statements are TRUE when using custom tag libraries?
A. Custom tags are used in place of Java code in JSPs.
B. Tags can be added to a page by using the JSP -> Insert Custom… menu option.
C. Custom tags are used as an alternative to XML in JSPs.
D. Struts does NOT include tag libraries, but the developer can extend other tags to provide Struts support.
Answer: A

3. When creating a new Java Project using the wizard, what is the principal function of the “Projects” tab?
A. To name the project and specify its source folders
B. To add existing projects to the new project’s Java Build Path
C. To include additional Jar files if the new project requires additional libraries
D. To view and import projects located in a team repository
Answer: A

4. Which of the following can be specified or configured in the web .xml file?
A. ServletContext Initialization parameters
B. HttpRequest Configuration parameters (Such as timeouts)
C. Welcome File list
D. Servlet and JSP URL Mappings
E. JavaBeans References
Answer: B, C

5. HTML Content Assist does NOT support a web developer in:
A. Adding an attribute name-value pair within a start tag.
B. Completing tag names, taking into account HTML grammar constraints.
C. Ensuring that all HTML start tags have a corresponding end tag.
D. Selecting from an enumerated list of attributes within a tag.
E. Populating tab attribute values when a discrete set of options are possible.
Answer: C