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. Uses the equal sign to give the object property on the left of the equal sign the value on the right of the equal sign.






2. Well-formed XML document which also conforms to rules of a Document Type Definition (DTD) or an XML Schema (XSD)






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






4. Ascripting language used to make HTML pages interactive






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






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






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






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






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






10. Identifies the document as a web page.






11. a database view that allows the user to see all fields for one record and enter them one at a time.






12. Test class used to test your code automatically






13. Can't attempt one task until a previous task is successful






14. Specifies constraints and information about the values of attributes or text-only elements






15. The address of a website. Uniform Resource locator.






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






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






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






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






20. associative array containing session variables available to the current script






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






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






23. The address of a website. Uniform Resource locator.






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






25. Elements not displayed by the browser.






26. If you want to use the same path-like structure for several tasks - you can define them with this






27. In the XML element <g:start_time> - g plays this role






28. an individual component of a document






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






30. Programming language designed for managing data in relational database management systems






31. An open source software implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process.






32. This Java object is used by a controller servlet to send the request to the appropriate JSP page






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






34. Something that is not included in a rule or group or list or that does not behave in the expected way






35. Used to amplify tags






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






37. A POST request results from an HTML form that specifically lists POST as the METHOD and it should be handled by this method.






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






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






40. A notation that shows all of the information needed to invoke (or call) the method






41. Uses the equal sign to give the object property on the left of the equal sign the value on the right of the equal sign.






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






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






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






45. XHTML element - a class name - an id name






46. Certain look for a jquery element






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






48. If the XML file containing the fragment above were parsed with a W3C DOM parser (as in our programming assignment) the contents of the fragment above would appear as an object satisfying this interface






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






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