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. Returns a list of elements with the given tag name.






2. Advances the record cursor by one record. Returns a boolean value indicating success or failure. Failure occurs if the cursor moved past the last record.






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






4. Set of data elements (values) that is organized using a model of vertical columns (identified by their name) and horizantal rows






5. A POST request results from an HTML form that specifically lists POST as the METHOD and it should be handled by this method.






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






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






8. Written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory






9. Programming language designed for managing data in relational database management systems






10. Bean that only survives for current request






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






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






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






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






15. Class that extends the attributes and methods of a superclass






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






17. Ascripting language used to make HTML pages interactive






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






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






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






21. Advances the record cursor by one record. Returns a boolean value indicating success or failure. Failure occurs if the cursor moved past the last record.






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






23. A special type of button in your forms that will perform the form's set action.






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






25. This modifier on a Java class member directs that the member should have a single value that is shared by all instances of this class






26. Entries in a database






27. This modifier on a Java class member directs that the member should have a single value that is shared by all instances of this class






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






29. Set of data elements (values) that is organized using a model of vertical columns (identified by their name) and horizantal rows






30. A blueprint for creating objects of a certain kind; defines data and methods.






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






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






33. This is used to select user information.






34. ${myBean.name}... Java code that evaluates to a value






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






36. Compiles a java source tree






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






38. Something that is not included in a rule or group or list or that does not behave in the expected way






39. Used to amplify tags






40. Used to pass data to a server. can contain input elements like text fields and checkboxes and radio-buttons and submit buttons and more. It can also contain select lists and textarea and fieldset and legend and label elements.






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






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






43. All data for a single member (object)






44. Specific style elements such as background-color and font-size fill this role in CSS






45. Specific style elements such as background-color and font-size fill this role in CSS






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






47. This ANT element defines all of the places a Java task would look for classes to load






48. Server error






49. A communications protocol that treats each request as an independent transaction that is unrelated to any previous request so that the communication consists of independent pairs of requests and responses. Does not require the server to retain sessio






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