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. In this handler use event object to determine event target






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






3. Test class used to test your code automatically






4. The act of sending onto another destination






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






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






7. Open-source servlet container. popular servlet engine of the apache project






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






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






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






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






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






13. Success






14. Sets values for parameters in JDBC






15. allows client software to communicate with database server software






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






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






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






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






20. Bean that only survives for current request






21. A module of Java code that is hosted on a web server






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






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






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






25. Formatting language for XML data






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






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






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






29. an individual component of a document






30. Scope of variables that would be stored in a database






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






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






33. Elements of the programming language which have essentially evolved out of use/style. Example of this is the java.awt package and its replacement javax.swing






34. a JAR file used to distribute a collection of JavaServer Pages and servlets and Java classes and XML files and tag libraries and static Web pages (HTML and related files) that together constitute a Web application.






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






36. Certain look for a jquery element






37. Record consisting of one or more fields that are links to other nodes and a data field






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






39. Server error






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






41. All data for a single member (object)






42. The act of sending onto another destination






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






44. Bean that survives for the life of the HTTP session






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






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






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






48. Open-source servlet container. popular servlet engine of the apache project






49. Code indicating status that server sends back to you.






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