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. Content- Padding - Border- Margin






2. XHTML element - a class name - an id name






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






4. Methodology that anticipates need for flexibility. focuses on keeping code simple and testing often and delivering functional bits of application as soon as they're ready. goal is to build upon small client-approved parts as the project progresses as






5. Specifies what aspect of the element you are choosing to style.(width - color - bg-color)






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






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






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






9. a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. Development Automation Tool.






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






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






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






13. Relational database driver used in PHP programming language to provide an interface with MYSQL databases






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






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






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






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






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






19. Retrieves values in JDBC






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






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






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






23. This term describes an action for which performing the action twice has the same effect as performing it once






24. Returns a list of elements with the given tag name.






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






26. This component of the MVC architecture holds business data that will be displayed in the JSP page






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






28. Text boxes and radio buttons and check boxes in a Web page are instances of this more general type of element






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






30. Renders the model into a form suitable for interaction - typically a user interface element. HTML and CSS






31. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean






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






33. This XML processing technology is used to identify sets of elements - such as all the <title> elements that occur as children of <item> elements






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






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






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






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






38. Java Server Page - web page coding standard that allows developers to dynamically generate web pages in response to user request






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






40. Used to insert Java values directly into the output. It has the following form: <%= Java expression %>






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






42. If you want to use the same path-like structure for several tasks - you can define them with this






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






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






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






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






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






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






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






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