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. Record consisting of one or more fields that are links to other nodes and a data field






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






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






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






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






6. Represents a table in a relational database; each instance corresponds to a row in that table






7. Contain data about transaction between browser and server (IP address etc.)






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






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






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






11. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.






12. Objects of any type that are explicitly placed on the request object via a call to the setAttribute() method






13. Manages the behavior and data of the application. Logic and data java class






14. A collection of standard programs and subroutines that are stored and available for immediate use






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






16. Improving the design of existing software code. doesn't change the observable behavior of the software; it improves its internal structure






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






18. allows client software to communicate with database server software






19. Insert a string or replace a variable with its value; makes string formatting and specifying contents more intuitive






20. Class that extends the attributes and methods of a superclass






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






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






23. Description of a set of requirements to be satisfied by a method






24. Record consisting of one or more fields that are links to other nodes and a data field






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






26. Done by including portions of SQL statements in a web form entry field in an attempt to get the website to pass a newly formed rogue SQL command to the database






27. a single instance of that member shared by all instances of this class






28. Specification about a tag (first ordered list: 1-2-3 or A-B-C)






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






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






31. Ascripting language used to make HTML pages interactive






32. Well-formed XML document which also conforms to rules of a Document Type Definition (DTD) or an XML Schema (XSD)






33. String that is the result of submitting an HTTP request/form with query that specifies the name/value pairs






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






35. A class that provides its attributes and methods to a subclass.






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






37. 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).






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






39. The address of a website. Uniform Resource locator.






40. Tells a Browser how and where to display text and images on a web page.






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






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






43. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute






44. Needs to be installed to run PHP on Apache






45. Protocol layering is a common technique to simplify designs by dividing them into functional layers each concerned primarily with one task.






46. Channel into a new direction (to a different page)






47. Returns a list of elements with the given tag name.






48. Database that represents data as a collection of tables in which all data relationships are represented by common values in related tables






49. An action that ANT will attempt to do






50. Database that represents data as a collection of tables in which all data relationships are represented by common values in related tables