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. Elements that are rendered (displayed) directly in line with the text






2. In this handler use event object to determine event target






3. Positioned outside of the relative positioning. The element is positioned in a fixed position on the document.






4. Type of method that returns the state of one field in an object.






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






6. a single instance of that member shared by all instances of this class






7. Entries in a database






8. Specifies that the Node will contain text elements






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






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






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






12. The act of sending onto another destination






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






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






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






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






17. A blueprint for creating objects of a certain kind; defines data and methods.






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






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






20. Method that may involve anything - like storing or updating data or ordering a product or sending E-mail.






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






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






23. Elements that are rendered (displayed) with empty space above and below






24. Attribute that can be used to generate a unique identity for new rows






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






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






27. Content- Padding - Border- Margin






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






29. Certain look for a jquery element






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






31. Part of JUnit and fails a test with no message






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






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






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






35. Language that support either implicit type conversion (nearly all languages support at least one implicit type conversion) and ad-hoc polymorphism (also known as overloading) or both (ex. PHP)






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






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






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






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






40. Accessor whose purpose is to return the value stored in an instance variable.






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






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






43. reduces the amount of redundancy in code that may connect to the database (assists in some functionality)






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






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






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






47. Specifies that the Node will contain text elements






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






49. Method that retrieves the values corresponding to the given attribute name that is set through setAttribute()






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