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. Attribute that can be used to generate a unique identity for new rows






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






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






4. All data for a single member (object)






5. A system where Web pages and their associated graphics are stored locally on a client computer to reduce Internet traffic and download wait time the next time the page is viewed.






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






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






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






9. XML element that contains other elements and/or attributes






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






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






12. Sets values for parameters in JDBC






13. The act of intercepting requests and responses to transform or use info contained in the requests or responses; can transform response from a servlet or JSP page






14. Part of class definition that tells control what to do in response to event






15. After a database query is performed - this Java class provides access to the records extracted from the database






16. HTTP request method. Parameters are encoded in URL. used for idempotent requests.






17. Improving the design of existing software code. doesn't change the observable behavior of the software; it improves its internal structure






18. The function for the browser to run when the server responds to your request






19. Keyword that can be used inside any method to refer to the current object






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






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






22. Runs tests in ANT; just have <formatter> - <test> and <classpath>






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






24. The next generation of HTML and is a hybrid between HTML and XML. XML was designed to describe data. HTML was designed to display data.






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






26. This part of a CSS rule specifies the set of HTML elements to which a defined style should apply






27. Retrieves values in JDBC






28. These auto-generated methods allow us to change data members of a Java class






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






30. Computer stops examining comparisons as soon as it determines the final outcome






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






32. A set of assertion methods useful for writing tests. Only failed assertions are recorded.






33. Certain look for a jquery element






34. Sets a property value or values in a Bean.






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






36. Description of a set of requirements to be satisfied by a method






37. Part of class definition that tells control what to do in response to event






38. a set of classes that supports the development of programs






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






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






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






42. Specifies whether or not an element is visible






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






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






45. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - node fills this role






46. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute






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






48. A web server software notable for playing a key role in the initial growth of the World Wide Web.






49. Object reference






50. Governing body for the development of platform independent web standards