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. This DTD contains all HTML elements and attributes but does NOT INCLUDE presentational or deprecated elements (like font). Framesets are not allowed.






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






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






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






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






6. Success






7. A program that extracts comments from Java Source files and produces documentation files in HTML.






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






9. Elements not displayed by the browser.






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






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






12. Content- Padding - Border- Margin






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






14. Ascripting language used to make HTML pages interactive






15. Object reference






16. The character that seperates one field from another in a plain text file.






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






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






19. A GET request results from a normal request for a URL or from an HTML form that has no METHOD specified and it should be handled by this method.






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






21. Layer below HTTP. HTTP accesses this. Reliable data stream service. The Internet's primary transport protocol; provides a point-to-point channel for applications that require reliable communications






22. Objects of any type that are explicitly placed on the request object via a call to the setAttribute() method






23. Defines restrictions on a simpleType or simpleContent or complexContent definition; names that are reserved by XML






24. an individual component of a document






25. Marks successful completion of one or more tasks - what you are trying to get to.






26. Success






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






28. The act of sending onto another destination






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






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






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






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






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






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






35. Well-formed XML document which also conforms to rules of a Document Type Definition (DTD) or an XML Schema (XSD)






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






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






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






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






40. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.






41. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application






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






43. Sets values for parameters in JDBC






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






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






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






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






48. A component of the Java EE Web application development platform. It extends the JSP specification by adding a tag library of JSP tags for common tasks such as XML data processing etc.






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






50. Open-source servlet container. popular servlet engine of the apache project