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. Elements that are rendered (displayed) directly in line with the text






2. Elements not displayed by the browser.






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






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






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






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






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






8. A popular persistence provider used with Java Web servers






9. Retrieves values in JDBC






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






11. an object associated with a visitor. Data can be put in this and retrieved from it - much like a Hashtable. A different set of data is kept for each visitor to the site.






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






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






14. Enables a subclass to call the methods and fields of its superclass






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






16. The act of sending onto another destination






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






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






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






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






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






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






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






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






25. The act of sending onto another destination






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






27. A module of Java code that is hosted on a web server






28. Language that support either implicit type conversion (nearly all languages support at least one implicit type conversion) and ad-hoc polymorphism (also known as overloading) or both (ex. PHP)






29. Tells the compiler where to access certain classes






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






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






32. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean






33. Object associated with a visitor; similar to a Hashtable; different set of data kept for each visitor to the site






34. One or more set of rules in an XSL style sheet






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






36. Tag that gives you the option to iterate over arrays and collections






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






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






39. This generic technique (not a Java class) associates Java objects with records in a database






40. Tag that gives you the option to iterate over arrays and collections






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






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






43. Client error






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






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






46. Text boxes and radio buttons and check boxes in a Web page are instances of this more general type of element






47. This component of the MVC architecture directs client requests to the appropriate resource






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






49. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables






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