Test your basic knowledge |

Java Web Programming

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. an individual component of a document






2. Governing body for the development of platform independent web standards






3. Describes the styles of the page elements - such as their colors and font sizes and background colors.






4. The character that seperates one field from another in a plain text file.






5. A module of Java code that is hosted on a web server






6. Not intended to be depended on by external code and thus are not part of the interface.






7. A project that contains resources for a Web application with dynamic content such as servlets or JavaServer Pages (JSP) files






8. Method for just getting (retrieving) data.






9. HTTP request method. Parameters are passed to the server through a separate input channel. used for non-dempotent requests.






10. This Java class is used in JDBC pages to execute SQL statements and and provides protection against SQL scripting attacks






11. XHTML element - a class name - an id name






12. A pseudo-method that creates an object. Instance methods with the same name as their class. are invoked using the new keyword.






13. This ANT element defines all of the places a Java task would look for classes to load






14. Uses the equal sign to give the object property on the left of the equal sign the value on the right of the equal sign.






15. Makes it possible to easily access application data stored in JavaBeans components; replaces Java scriplets for reading information from the Bean






16. Test class used to test your code automatically






17. After a database query is performed this Java class provides access to the records extracted from the database






18. Success






19. An XML document whose content describes the structure of other XML documents.






20. Single piece of info; record is one complete set of these






21. Specific style elements such as background-color and font-size fill this role in CSS






22. Specifies that the child elements must appear in an order






23. Single piece of info; record is one complete set of these






24. Does nothing if expected value equals actual value but throws error otherwise






25. Not intended to be depended on by external code and thus are not part of the interface.






26. This tag in a JSP page directs the associated Bean to receive a property when the user clicks a Submit button in the JSP page






27. Keyword that can be used inside any method to refer to the current object






28. reduces the amount of redundancy in code that may connect to the database (assists in some functionality)






29. A notation that shows all of the information needed to invoke (or call) the method






30. Tells the compiler where to access certain classes






31. What to attempt to do; requires a "catch" statement






32. Specifies whether or not an element is visible






33. a set of classes that supports the development of programs






34. Method that may involve anything - like storing or updating data or ordering a product or sending E-mail.






35. A set of assertion methods useful for writing tests. Only failed assertions are recorded.






36. The act of intercepting requests and responses to transform or use info contained in the requests or responses; can transform response from a servlet or JSP page






37. Object created by servlet container for Servlets to access environment information and provide ability for Servlet to bind object attributes to the invironment scope by name






38. Layer below HTTP. HTTP accesses this. Reliable data stream service. The Internet's primary transport protocol; provides a point-to-point channel for applications that require reliable communications






39. Specifies where to send the form-data when a form is submitted.






40. Tag that gives you the option to iterate over arrays and collections






41. This term describes an action for which performing the action twice has the same effect as performing it once






42. Method that tests the program






43. Open-source SQL (Structured Query Language) database implementation. persistence provider.






44. Your computer sends a request for some file (e.g. "Get me the file 'home.html'") and the web server sends back a _______ ("Here's the file" - followed by the file itself).






45. Rreduces the amount of redundancy in code that may connect to the database (assists in some functionality)






46. The act of sending onto another destination






47. Advances the record cursor by one record. Returns a boolean value indicating success or failure. Failure occurs if the cursor moved past the last record.






48. JavaScript library that emphasizes interaction between JavaScript and HTML.






49. In this handler use event object to determine event target






50. This Java class outputs the HTML content for a dynamically generated Web page