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. HTTP request method. Parameters are encoded in URL. used for idempotent requests.






2. The default positioning system used by web pages and browsers for where objects in a web page will be displayed. Objects are placed depending on where they occur in the code sequence.






3. If the XML file containing the fragment above were parsed with a W3C DOM parser (as in our programming assignment) the contents of the fragment above would appear as an object satisfying this interface






4. Object used for executing a static SQL statement and returning the result it produces






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






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






7. Tells the compiler where to access certain classes






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






9. If the XML file containing the fragment above were parsed with a W3C DOM parser (as in our programming assignment) - the contents of the fragment above would appear as an object satisfying this interface






10. API for valid HTML and well-formed XML documents. defines logical structure of documents and the way a document is accessed & manipulated






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






12. Defines objects which can connect Java applications to a JDBC Driver






13. Defines objects which can connect Java applications to a JDBC Driver






14. In the XML element <g:start_time> - g plays this role






15. Clears an area around the content which is inside of the border of an element (length-%)






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






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






18. The act of sending onto another destination






19. Can't attempt one task until a previous task is successful






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






21. Test class used to test your code automatically






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






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






24. A project that contains resources for a Web application with dynamic content such as servlets or JavaServer Pages (JSP) files






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






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






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






28. attributes that are bound to a session as a mean to provide state to a set of related HTTP requests






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






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






31. Client error






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






33. a database view that allows the user to see all fields for one record and enter them one at a time.






34. Bean that only survives for current request






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






36. Short for World Wide Web Consortium. It is the international governing body for the development of platform independent web standards and specifications.






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






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






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






40. Certain look for a jquery element






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






42. Method for just getting (retrieving) data.






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






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






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






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






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






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






49. Success






50. A mechanism defined in the HTTP specification that makes it possible to serve different versions of a document (a resource representation) at the same URI so that user agents can specify which version fit their capabilities the best.