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. String that is the result of submitting an HTTP request/form with query that specifies the name/value pairs






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






3. The act of sending onto another destination






4. Class of agile programming in which "waterfall" loop is compressed into shorter loops. each iteration adds functionality & client is responsible for acceptance testing.






5. Needs to be installed to run PHP on Apache






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






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






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






9. Compiles a java source tree






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






11. Used for an origin website to send state information to a user's browser and for the browser to return the state information to the origin site.






12. A special kind of variable used in a subroutine to refer to one of the pieces of data provided as input to the subroutine






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






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






15. Used to insert Java values directly into the output. It has the following form: <%= Java expression %>






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






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






18. This component of the MVC architecture represents what is delivered to the client browser






19. This DTD contains all HTML elements and attributes but does NOT INCLUDE presentational or deprecated elements (like font). Framesets are not allowed.






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






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






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






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






24. Success






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






26. Elements that are rendered (displayed) directly in line with the text






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






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






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






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






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






32. All data for a single member (object)






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






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






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






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






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






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






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






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






41. Set of data elements (values) that is organized using a model of vertical columns (identified by their name) and horizantal rows






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






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






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






45. A blueprint for creating objects of a certain kind; defines data and methods.






46. Returns a reference to the element by its ID where element is a reference to an Element object or null if an element with the specified ID is not in the document.






47. An open source software implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process.






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






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






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