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. associative array containing session variables available to the current script






2. Method for just getting (retrieving) data.






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






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






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






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






7. This provides methods that allow you to retrieve header information as well as information about the client and server.






8. Makes it possible to easily access application data stored in JavaBeans components; replaces Java scriplets for reading information from the Bean






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






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






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






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






13. Combination of data and operations that can be performed on that data; specification of the data members and methods of the object.






14. This component of the MVC architecture directs client requests to the appropriate resource






15. This tag in a JSP page directs the associated Bean to receive a property when the user clicks a Submit button in the JSP page






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






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






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






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






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






21. an individual component of a document






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






23. A software program that checks an HTML document for syntactical errors.






24. Web page content that changes or is changed automatically based on database content or user information.






25. an object that provides an abstract interface to some type of database






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






27. This Java class is used in JDBC pages to execute SQL statements and provides protection against SQL scripting attacks






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






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






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






31. Element that will be completed as part of a parent element/task






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






33. Specifies that the Node will contain text elements






34. Contain data about transaction between browser and server (IP address etc.)






35. Specifies how to send form-data (the form-data is sent to the page specified in the action attribute). POST or GET






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






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






38. Elements not displayed by the browser.






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






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






41. Controlling the exact location of text and pictures on a web page by specifying coordinates on the page.






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






43. Class of agile programming in which "waterfall" loop is compressed into shorter loops. each iteration adds functionality & client is responsible for acceptance testing.






44. A style sheet containing format and layout settings that is stored in a separate file.






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






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






47. Web page content that changes or is changed automatically based on database content or user information.






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






49. Test class used to test your code automatically






50. In the XML fragment <node id="7" x_pos="330" ypos="450">BasicVersity</node> - id and x_pos and y_pos fill this role