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. Specifies what aspect of the element you are choosing to style.(width - color - bg-color)






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






3. jQuery provides a single object with the most important properties.






4. Keyword that can be used inside any method to refer to the current object






5. The act of sending onto another destination






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






7. Attribute used to associate a template with an XML element; also used to define a template for the entire XML document






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






9. Open-source SQL (Structured Query Language) database implementation. persistence provider.






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






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






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






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






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






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






16. What to attempt to do; requires a "catch" statement






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






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






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






20. associative array containing session variables available to the current script






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






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






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






24. A web development technique that allows portions of Web pages to reload with fresh data instead of requiring the entire Web page to reload






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






26. The GET and HEAD are ____ methods and SHOULD NOT have the significance of taking an action other than retrieval.






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






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






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






30. Tells the compiler where to access certain classes






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






32. Your computer sends a ______ for some file (e.g. "Get me the file 'home.html'") and the web server sends back a response ("Here's the file" - followed by the file itself).






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






34. Sets a property value or values in a Bean.






35. Tells the compiler where to access certain classes






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






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






38. Entries in a database






39. This Java class outputs the HTML content for a dynamically generated Web page






40. Design pattern for asynchronous invocation of potentially long-running methods of an object






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






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






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






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






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






46. an individual component of a document






47. Used to extract only those records that fulfill a specified criterion.






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






49. One or more complete Java statements grouped together logically - <% %>






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