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. Contain data about transaction between browser and server (IP address etc.)






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






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






4. stores information about or change settings for a user session. Variables stored in it hold information about one single user and are available to all pages in one application.






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






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






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






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






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






10. The element containing the current element with no intervening container elements.






11. Pseudo-relational database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools






12. Bean that only survives for current request






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






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






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






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






17. This is used to select user information.






18. Name which includes a directive to a particular class or object in its reference (ex. System.in); use the .(dot) operator






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






20. A Java keyword used in method declarations that specify which exceptions are not handled within the method but rather passed to the next higher level of the program.






21. Entries in a database






22. A software program that checks an HTML document for syntactical errors.






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






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






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






26. If you want to use the same path-like structure for several tasks - you can define them with this






27. Spaces at the top and bottom and left and right of the document between the edges of the text; the absolute boundary of text and graphics on a page






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






29. A POST request results from an HTML form that specifically lists POST as the METHOD and it should be handled by this method.






30. API for valid HTML and well-formed XML documents. defines logical structure of documents and the way a document is accessed & manipulated






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






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






33. If the XML file containing the fragment above were parsed with a W3C DOM parser (as in our programming assignment) - the contents of the fragment above would appear as an object satisfying this interface






34. In the XML fragment <node id="7" x_pos="330" ypos="450">BasicVersity</node> - id and x_pos and y_pos fill this role






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






36. A GET request results from a normal request for a URL or from an HTML form that has no METHOD specified and it should be handled by this method.






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






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






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






40. Positioned outside of the relative positioning. The element is positioned in a fixed position on the document.






41. Clears an area around the content which is inside of the border of an element (length-%)






42. The default positioning system used by web pages and browsers for where objects in a web page will be displayed. Objects are placed depending on where they occur in the code sequence.






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






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






45. A program that extracts comments from Java Source files and produces documentation files in HTML.






46. Specifies that the Node will contain text elements






47. Requires every value of one attribute of a table to exist as a value of another attribute in a different relation (table)






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






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






50. Defines restrictions on a simpleType or simpleContent or complexContent definition; names that are reserved by XML