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






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






3. In JSP; makes it possible to easily access application data stored in JavaBeans components (by using characters such as {...} - < - >). Used with JSTL to replace all JAVA






4. XML element that contains other elements and/or attributes






5. This is used to select user information.






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






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






8. Used to affect a certain portion of your material. They utilize the on/off approach.






9. Success






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






11. Runs tests in ANT; just have <formatter> - <test> and <classpath>






12. Accessor whose purpose is to return the value stored in an instance variable.






13. Specifies constraints and information about the values of attributes or text-only elements






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






15. Ascripting language used to make HTML pages interactive






16. Certain look for a jquery element






17. The function for the browser to run when the server responds to your request






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






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






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






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






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






23. Part of JUnit and fails a test with no message






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






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






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






27. Defines a standard way for accessing and manipulating HTML documents.






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






29. Method that tests the program






30. a piece of Java-code embedded in the HTML-like JSP code






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






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






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






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






35. Gets the value of a Bean property so that you can display it in a result page.






36. Bean that survives for the life of the HTTP session






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






38. a class whose primary purpose is to define an interface deferring some or all of its implementations to subclasses. Cannot be instantiated






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






40. Defines objects which can connect Java applications to a JDBC Driver






41. a piece of Java-code embedded in the HTML-like JSP code






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






43. Server error






44. The act of sending onto another destination






45. The exclusive address of a web page. The official term is Uniform Resource Locator.






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






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






48. Type of method that changes the state of one field in an object.






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






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