Web Technology 99+ Top Most Important MCQ
WEB TECHNOLOGY MCQ – Multiple Choice Questions and Answers on topic related to Web Technology Given below some important MCQ questions on WEB TECHNOLOGY (Objective type, Multiple Choice) Question and Answer, from where you can sharpen your knowledge on WEB TECHNOLOGY. There are some questions on Java, JavaScript, CSS, JSP, Java servlet, Java Beans. This online WEB TECHNOLOGY test will introduce you to some advanced aspect of WEB TECHNOLOGY related code. As a whole these questions on WEB TECHNOLOGY will improve your understanding of the subject. Cascading Style Sheets, that is used with HTML code to design an interesting webpage. WEB TECHNOLOGY lets us control the look and feel of a web page. If you attempt all questions, you will definitely learn how to use Web Technology with some new aspect of WEB TECHNOLOGY. It will be helpful if you practice these concept of WEB TECHNOLOGY practically then it will prepare you for online Web Technology MCQ aptitude test of job interview, written test as well as practical tests.
Here you will find a list of common important questions on Web Technology in MCQ quiz style with answer for competitive exams and interviews. These frequently asked sample questions on WEB TECHNOLOGY are given with correct choice of answer that you can check instantly. Presently we have added total 100 questions on Web Technology for you to practice rest will present in the second part. We will keep adding more questions and provide this question bank in PDF format, so that you can download them instantly in E-book style.
MCQ Related to XML
Q1. XML is way of_______
a) transferring data
b) Storing Data
c) Both a and b
d) None of the above
Sol. c) Both a and b
Q2. XML is the subset of____
a) HTML
b) SGML
c) Java Script
d) None of the above
Sol. b) SGML
Q3. Which of the following is not a markup language, but a language for defining Markup language
a) HTML
b) SGML
c) DHTML
d) None of the above
Sol. b) SGML
Q4. The task of developing DTD depends on What you want to do with________
a) information
b) Data
c) Web
d) None of the above
Sol. b) Data
Q5. XMLdso stands for
a) Extensible Markup Language data source object
b) Extended Markup Language data source orientation
c) Extensible Markup Language data subject object
d) Extensible Markup Language date source object
Sol. a) Extensible Markup Language data source object
Q6 Which of the following refers to the name of the data source object
a) DATASRC
b) DATAFLD
c) both a and b
d) None of the above
Sol. a) DATASRC
Q XSL stand for
a) SML style language
b) extended style sheet
c) extensible style sheet
d) None of the above
Sol. c) extensible style sheet
Q DOM stands for
a) Document Object model
b) Document Objective Menu
c) Document Object Model
d) None of the above
Sol. a) Document Object model
Q which of the following is used to process XML data
a) DOM
b) SAX
c) both a and b
d) None of the above
Sol. c) both a and b
Q Which of the following is event driven interface
a) DOM
b) SAX
c) both a and b
d) None of the above
Sol. b) SAX
Q Which of the following is interface Oriented API
a) DOM
b) SAX
c) both a and b
d) None of the above
Sol. a) DOM
Q which of the following provide a call back interface
a) DOM
b) SAX
c) both a and b
d) None of the above
Sol. a) SAX
Q XSD stands for
a) XML Schema definition
b) XML serial Data
c) XML Standard Definition
d) XNL Standard data
Sol. a) XML Schema definition
Q What is the correct Syntax of Declaration which define the XML version
a) <xml version=”2.3″/>
b) <?xml version=”2.3″?>
a) <?xml version=”2.3″/>
a) <%xml version=”2.3″/>
Sol. <?xml version=”2.3″?>
Q Which of the following Statement is True about XML
a) All XML must have closing tag
b) All the element must be lower case
c) All XML document must have DTD
d) All of the above
Sol. a) All XML must have closing tag
Explanation: it is not necessary that XML must have DTD. when you are working with small XML files, than it is easy to understood the structure of XML. Element must be in lower case.
Q Which of the following is case sensitive
a) HTML
b) XML
c) Both XML and HTML
d) None of the above
Sol. b) XML
Explanation: because in this we are making use of user defined tag
Q It is easier to Process XML than HTML
a) True
b) False
c) Some time
d) None of the above
Sol. a) True
because it does not have fixed structure like HTML
Q Which of the following Supports XML
a) Internet explorer 5.5
b) Netscape 4.7
c) Real player
d) Both a and b
Sol. d) Both a and b
Q Kind of parser are
a) well-formed
b) well-documented
c) non-validating and validating
d) none of the above
Sol. c) non-validating and validating
Q Well formed XML Document means
a) it contain a root element
b) it contain an elements
c) it contain one or more elements
d) must contain one or more elements and a root element that contain all other elements
Sol. d) must contain one or more elements and a root element that contain all other elements
Q Does XML replace HTML
a) No
b) Yes
Sol. No
Q Which of the following has fixed Format
a) HTML
b) XML
c) both a and b
d) none of the above
Sol. a) HTML
Q Comments in XML document is given by
a) <?____>
b) <!_____!>
c) <!______>
d) </_____>
Sol <!______>
Q When processing an Output XML, “New Line” Symbol
a) are Converted to single LF symbol
b) are Converted to single CR symbol
c) are copied into out put “as is” “CR+LF” for windows, CR for Macintosh LF for Unix
d) are discarded
Sol. c) are copied into out put “as is” “CR+LF” for windows, CR for Macintosh LF for Unix
Q Which of the following strings are a Correct XML name
a) #myElement
b) my Element
c) _myElement
d) None of the above
Sol. c) _myElement
Name Rules in XML is as following
- Name should consist of at least one letter a to z or A to Z
- if the name contain more than one character it may start with in an underscore (_) or a colon (:)
- the underscore can be followed by one or more letters, digits hyphens
MCQ related to Java Script
MCQ Related to RMI
Q. JSP directives are
a) Page directive
b) Include directive
c) Taglib directive
d) All of the Above
Sol. d) All of the Above
Q Which of the following is a JSP directives will be used to include other files into the current jsp pag.
a) Page directive
b) include directive
c) Taglib directive
d) None of the above
Sol. b) include directive
Q. An error page can also be displayed using the Which jsp directive
a) Page directive
b) Include directive
c) Taglib directive
d) None of the above
Sol. a) Page directive
Q. The autoflash cannot be set to false when buffer is set to more
a) true
b) faise
Sol. a) true
Q. The <%@Page%> directive applies to an entire jsp file and any of its static include files, which together are called a
a) Session unit
b) Translation unit
c) Application unit
d) Unit
Sol. b) Translation unit
Q. _________ action is used to provide other tags additional information in the form of values
a) <jsp param>
b) <jsp:include?
c) <sp forward>
d) none of the above
Sol. a) <jsp param>
Q. <jsp: include> action allows a ___________ resource to be included in the JSP at request time.
a) static
b) dynamic
c) static or dynamic
d) none
Sol. c) static or dynamic
Q._______ is complimentary to get property
a) getProperty
b) none
c) setProperty
d) getString
Sol. a) getProperty
Q. The JSP model revolves arounds
a) ASP
b) beans
c) EJB
d) None of the above
Sol. b) beans
Q. What differentiates Beans from typical Java classes is
a) Design time
b) Introspection
c) Runtime
d) Libraries
Sol. b) Introspection
Q. The application assembly is referred to as
a) Design time
b) Introspection
c) Runtime
d) Libraries
Sol. a) Design time
Q. ___________allowing a user to alter the appearance and behavior of a bean
a) Events
b) Introspection
c) Customization
d) none
Sol. c) Customization
Q. ________allowing beans that have been customized in an application builder to have their state saved and restored.
a) Persistence
b) Events
c) Customization
d) None
Sol. a) Persistence
Q. It’s important that you install the JDK before the BDK because it has all the core support required of the BDK.
a) True
b) False
Sol. a) True
Q. The standard method of distributing beans involves packaging them into compressed archives called JAR (Java ARchive) files.
a) True
b) False
Sol. a) True
Q. JAR files use a compression scheme based on the one used in ZIP files.
a) True
b) False
Sol. a) True
Q. _____________can run in any application server that implements the EJB specifications.
a) JSP
b) EJB
c) ASP
d) JDBC
Sol. b) EJB
Q. Enterprise JavaBeans (EJB) is a comprehensive technology that provides the infrastructure for building enterprise-level server-side distributed Java components.
a) True
b) False
Sol. a) True
Q. To be a servlet, a class should extend
a) HttpServlet
b) HttpRequest
c) HttpResponse
d) none
Sol. a) HttpServlet
Q. _____ has methods that let you find out about incoming information such as FORM data, HTTP request headers, and the like.
a) HttpServletResponse
b) HttpServletRequest
c) HttpServletConfigure
d) None
Sol. b) HttpServletRequest
Q _______is used to send output back to the client.
a) PrintWriter
b) ScriptWriter
c) Printin
d) None
Sol. a) PrintWriter
Q _____ has an excellent mechanism for virtual servers, and it is not necessary to use packages solely to prevent name conflicts with other users.
a) IIS
b) Web Logic
c) IE
d) WebSphere
Sol. d) WebSphere
Q. Use to read incoming HTTP headers (e.g., cookies)
a) cookies
b) “request”
c) read
d) “response”
Sol. b) “request”
Q. Use ________ to specify the HTTP response Line and headers
a) feedback
b) response
c) write
d) none
Sol. b) response
Q. doGet and doPost are called by the service method, and sometimes you may want to override service directly, e.g.. for a servlet that handles both GET and POST request.
a) True
b) False
Sol. a) True
Don’t Forgot visit Related Post
Web Technology 99+ Top Most Important MCQ
Web Technology 99+ Top Most Important MCQ | Web Technology Most Important Solved MCQ Part 2