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. an individual component of a document






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






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






4. Bean that only survives for current request






5. The act of sending onto another destination






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






7. Associative array that by default contains contents of $_GET and $_POST and $_COOKIE






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






9. stores information about or change settings for a user session. Variables stored in it hold information about one single user and are available to all pages in one application.






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






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






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






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






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






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






16. allows client software to communicate with database server software






17. Open-source SQL (Structured Query Language) database implementation. persistence provider.






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






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






20. Name which includes a directive to a particular class or object in its reference (ex. System.in); use the .(dot) operator






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






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






23. Any item that can be manipulated such as picture and data file or text.






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






25. Method for just getting (retrieving) data.






26. This part of a CSS rule specifies the set of HTML elements to which a defined style should apply






27. These auto-generated methods allow us to change data members of a Java class






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






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






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






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






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






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






34. A class that provides its attributes and methods to a subclass.






35. jQuery provides a single object with the most important properties.






36. Success






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






38. Name of the tag to which the style declarations have been assigned






39. In the relational database model is a collection of similar entities. An entity is represented by






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






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






42. Object used for executing a static SQL statement and returning the result it produces






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






44. Bean that only survives for current request






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. Provides the abstraction of an ordered collection of nodes without defining or constraining how this collection is implemented






47. The character that seperates one field from another in a plain text file.






48. Identifies the document as a web page.






49. Server error






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