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. The act of sending onto another destination






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






3. Elements of the programming language which have essentially evolved out of use/style. Example of this is the java.awt package and its replacement javax.swing






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






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






6. Any item that can be manipulated such as picture and data file or text.






7. Java class specifically created to enable communication with a particular database management product such as MySQL






8. This modifier on a Java class member directs that the member should have a single value that is shared by all instances of this class






9. A system where Web pages and their associated graphics are stored locally on a client computer to reduce Internet traffic and download wait time the next time the page is viewed.






10. Code indicating status that server sends back to you.






11. Object used for executing a static SQL statement and returning the result it produces






12. 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






13. Scope of variables that would be stored in a database






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






15. A style sheet containing format and layout settings that is stored in a separate file.






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






17. Field that uniquely identifies a record in a table






18. Script that contains one project and at least one (default) target. Targets contain task elements. Used by ANT






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






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






21. Computer stops examining comparisons as soon as it determines the final outcome






22. an individual component of a document






23. Java Server Page - web page coding standard that allows developers to dynamically generate web pages in response to user request






24. Technology specifically designed for automated logic testing of Web applications






25. Web page content that changes or is changed automatically based on database content or user information.






26. Can't attempt one task until a previous task is successful






27. 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.






28. a JAR file used to distribute a collection of JavaServer Pages and servlets and Java classes and XML files and tag libraries and static Web pages (HTML and related files) that together constitute a Web application.






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






30. 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.






31. Test class used to test your code automatically






32. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - node fills this role






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






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






35. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - id fills this role






36. Retrieves values in JDBC






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






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






39. Specifies what aspect of the element you are choosing to style.(width - color - bg-color)






40. Specifies that the Node will contain text elements






41. Handles the error if it does not satisfy the "try" statement






42. Ascripting language used to make HTML pages interactive






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






44. Causes the chosen class to be dynamically loaded (at runtime)






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






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






47. This component of the MVC architecture holds business data that will be displayed in the JSP page






48. attributes that are bound to a session as a mean to provide state to a set of related HTTP requests






49. 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.






50. Used to pass data to a server. can contain input elements like text fields and checkboxes and radio-buttons and submit buttons and more. It can also contain select lists and textarea and fieldset and legend and label elements.