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. Compiles a java source tree






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






3. Requires every value of one attribute of a table to exist as a value of another attribute in a different relation (table)






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






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






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






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






8. jQuery provides a single object with the most important properties.






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






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






11. Design pattern for asynchronous invocation of potentially long-running methods of an object






12. Tells a Browser how and where to display text and images on a web page.






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






14. Specifies whether or not an element is visible






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






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






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






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






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






20. HTTP request method. Parameters are passed to the server through a separate input channel. used for non-dempotent requests.






21. Used to affect a certain portion of your material. They utilize the on/off approach.






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






23. An XML document whose content describes the structure of other XML documents.






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






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






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






27. Your computer sends a ______ for some file (e.g. "Get me the file 'home.html'") and the web server sends back a response ("Here's the file" - followed by the file itself).






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






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






30. Method that tests the program






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






32. Certain look for a jquery element






33. Content- Padding - Border- Margin






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






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






36. Provides the abstraction of an ordered collection of nodes without defining or constraining how this collection is implemented






37. Java class specifically created to enable communication with a particular database management product such as MySQL






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






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






40. Represents a table in a relational database; each instance corresponds to a row in that table






41. The data transfer protocol used on the World Wide Web. About requests and responses. Uses TCP.






42. Script that contains one project and at least one (default) target. Targets contain task elements. Used by ANT






43. Ascripting language used to make HTML pages interactive






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






45. Entries in a database






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






47. Can't attempt one task until the previous task is successful






48. Technology specifically designed for automated logic testing of Web applications






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






50. Bean that only survives for current request