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. This Java class is used in JDBC pages to execute SQL statements and provides protection against SQL scripting attacks






2. Text boxes and radio buttons and check boxes in a Web page are instances of this more general type of element






3. Element that will be completed as part of a parent element/task






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






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






6. Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.






7. a database view that allows the user to see all fields for one record and enter them one at a time.






8. Elements that are rendered (displayed) with empty space above and below






9. This can be of two types: loaded from an external tag library or predefined tag; do not use <% but just the < character






10. a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. Development Automation Tool.






11. Methodology that anticipates need for flexibility. focuses on keeping code simple and testing often and delivering functional bits of application as soon as they're ready. goal is to build upon small client-approved parts as the project progresses as






12. Language that support either implicit type conversion (nearly all languages support at least one implicit type conversion) and ad-hoc polymorphism (also known as overloading) or both (ex. PHP)






13. Method that sets value of the attribute for the request which is retrieved later in either the current JSP page or another JSP page






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






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






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






17. Bean that only survives for current request






18. This part of a CSS rule specifies the set of HTML elements to which a defined style should apply






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






20. Attribute that can be used to generate a unique identity for new rows






21. This Java object is used by a controller servlet to send the request to the appropriate JSP page






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






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






24. Identifies the document as a web page.






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






26. A component of the Java EE Web application development platform. It extends the JSP specification by adding a tag library of JSP tags for common tasks such as XML data processing etc.






27. The data transfer protocol used on the World Wide Web. About requests and responses. Uses TCP.






28. Generic name for a Java class that manages data on behalf of a JSP page






29. A document type that allows the use of deprecated tags.






30. This generic technique (not a Java class) associates Java objects with records in a database






31. Used to amplify tags






32. Tells the compiler where to access certain classes






33. an individual component of a document






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






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






36. Written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory






37. In the relational database model is a collection of similar entities. An entity is represented by






38. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables






39. Needs to be installed to run PHP on Apache






40. Document that conforms to SML syntax rules (ex. start tag without end tag)






41. allows client software to communicate with database server software






42. Name of the tag to which the style declarations have been assigned






43. Controlling the exact location of text and pictures on a web page by specifying coordinates on the page.






44. Method for just getting (retrieving) data.






45. an object that provides an abstract interface to some type of database






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






47. Enables a subclass to call the methods and fields of its superclass






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






49. An element in a dialog box that allows the user to choose from a set of options






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