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. A set of assertion methods useful for writing tests. Only failed assertions are recorded.






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






3. Specification about a tag (first ordered list: 1-2-3 or A-B-C)






4. Specifies how to send form-data (the form-data is sent to the page specified in the action attribute). POST or GET






5. Java classes inside a package that have already been compiled into byte code.






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






7. Sets values for parameters in JDBC






8. Renders the model into a form suitable for interaction - typically a user interface element. HTML and CSS






9. Sets values for parameters in JDBC






10. an individual component of a document






11. object created by servlet container for Servlets to access environment information and provide ability for Servlet to bind object attributes to the invironment scope by name






12. A collection of standard programs and subroutines that are stored and available for immediate use






13. Specifies that the Node will contain text elements






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






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






16. an individual component of a document






17. Certain look for a jquery element






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






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






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






21. a JAR file used to distribute a collection of JavaServer Pages and servlets and Java classes and XML files and tag libraries and static Web pages (HTML and related files) that together constitute a Web application.






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






23. Object reference






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






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






26. a constructor calls another constructor in its class using the ": this()" designation






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






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






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






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






31. The window or viewing area that displays web pages and if smaller than the web page - scroll bars should be available.






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






33. Does nothing if expected value equals actual value but throws error otherwise






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






35. Specifies where to send the form-data when a form is submitted.






36. a JAR file used to distribute a collection of JavaServer Pages and servlets and Java classes and XML files and tag libraries and static Web pages (HTML and related files) that together constitute a Web application.






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






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






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






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






41. a test of each individual component (often a program) to ensure that it is as defect-free as possible






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






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






44. Tells the compiler where to access certain classes






45. Element that will be completed as part of a parent element/task






46. Object created by servlet container for Servlets to access environment information and provide ability for Servlet to bind object attributes to the invironment scope by name






47. Method for just getting (retrieving) data.






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






49. Elements not displayed by the browser.






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