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. The event gets sent to the most specific element and after this element has an opportunity to react - the event bubbles up to more general elements.






2. In JSP; makes it possible to easily access application data stored in JavaBeans components (by using characters such as {...} - < - >). Used with JSTL to replace all JAVA






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






4. Method that tests the program






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






6. Description of a set of requirements to be satisfied by a method






7. Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.






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






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






10. Used to amplify tags






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






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






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






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






15. Success






16. Process the tag contents if a test condition is satisfied






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






18. This can be of two types: loaded from an external tag library or predefined tag; do not use <% but just the < character






19. A deletion that triggers another deletion. A cascade delete can be specified for an entity bean that has container-managed persistence.






20. Tells the compiler where to access certain classes






21. Bean that only survives for current request






22. Retrieves values in JDBC






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






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






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






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






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






28. This Java object encapsulates the information that a servlet sends back to the client






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






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






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






32. Marks successful completion of one or more tasks - what you are trying to get to.






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






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. Script that contains one project and at least one (default) target. Targets contain task elements. Used by ANT






36. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application






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






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






39. Servlet configuration descriptor to use WEB-INF/web.xml; required most of the time in WAR task






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






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






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






43. Marks successful completion of one or more tasks - what you are trying to get to.






44. Method for just getting (retrieving) data.






45. Client error






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






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






48. A collection of standard programs and subroutines that are stored and available for immediate use






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






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