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. Returns a list of elements with the given tag name.






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






3. Entries in a database






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






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






6. Class that extends the attributes and methods of a superclass






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






8. Defines objects which can connect Java applications to a JDBC Driver






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






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






11. A special kind of variable used in a subroutine to refer to one of the pieces of data provided as input to the subroutine






12. Single piece of info; record is one complete set of these






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






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






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






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






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






18. Certain look for a jquery element






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






20. Identifies the document as a web page.






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






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






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






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






25. Single piece of info; record is one complete set of these






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






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






28. Elements not displayed by the browser.






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






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






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






32. Represents a table in a relational database; each instance corresponds to a row in that table






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






34. Certain look for a jquery element






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






36. Single piece of info; record is one complete set of these






37. Insert a string or replace a variable with its value; makes string formatting and specifying contents more intuitive






38. A project that contains resources for a Web application with dynamic content such as servlets or JavaServer Pages (JSP) files






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






40. A Java keyword used in method declarations that specify which exceptions are not handled within the method but rather passed to the next higher level of the program.






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






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






43. Extension of JAR task with special treatment for files that should end up in WEB-INF directories of the Web Application Archive






44. a piece of Java-code embedded in the HTML-like JSP code






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






46. Defines restrictions on a simpleType or simpleContent or complexContent definition; names that are reserved by XML






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






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






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






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