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.
Q1 Which of the following steps involve in Data Base Connectivity
a) Find a proper database URL
b) Load the database driver
c) Ask the Driver manger to get connection with database
d) All of the above
Sol. d) All of the above
Q2 Which of the following are the major components of the JDBC connectivity?
a) Driver Manager, Driver, Connection, and Statement
b) Driver Manager, Statement, and Result Set
c) Driver Manager, Connection, Statement, and Result Set
d) Driver Manager, Driver, Connection, Statement, and Result Set
Sol. d) Driver Manager, Driver, Connection, Statement, and Result Set
Explanation:
as we know data base connectivity is the 4 to 5 step process were first of all we resister and load the driver, so driver is needed. there is driver manager to manage the list of driver, once the driver loaded then there is need to make connection with data base, then we prepare statement which we are going to execute on database after execution of statement there is need of Result Set to store the result of executed statement. so we can conclude that Driver Manager, Driver, Connection, Statement, and Result Set are major component of JDBC connectivity.
Q3 The Prepare statement is Slightly more powerful version of the Statement and should always be at least as quick and easy to handle
a) True
b) False
Sol. True
Q4 Which of the following is mediator between the java Application and Database
a) ODBC
b) JDBC
c) RPC
d) None of the above
Sol. b) JDBC
Q5. What is java
a) Programing language
b) Platform
c) Programing language and platform both
d) markup language
Sol. c) Programing language and platform both
Q6. Who is know as father of java
a) James Gosling
b) Mike Sheridan
c) Patrick Naughton
d) None of the above
Sol. James Gosling
Q7. Java Was Initially Designed for
a) Application development
b) electronic appliances
c) Web site
d) App development
Sol. b) electronic appliances
Q10 Initially java is called as
a) Green talk
b) Oak
c) Java Beans
d) None of the above
Sol. Green Talk
Explanation:
Generally it is known as by Oak but actually its first name is Green talk, So if Green talk available in the question then it is the right answer otherwise Oak is the right one
Q11 Which of the following are the feature of java
a) Portable
b) Architecture Neutral
c) Distributed
d) All of the above
Sol. d) All of the above
Explanation:
Features of the Java language are
Simple, Object-Oriented, Portable, Platform independent, Secured, Robust, Architecture neutral, Interpreted, High Performance, Multithreaded, Distributed, Dynamic
Q12. Java is simple because
a) it syntax is similar to C++
b) it remove unnecessary things like pointer, operator overloading
c) of garbage collector
d) All of the above
Sol. d) All of the above
Q13 Java was developed in?
A) Bell Laboratory
B) Sun Microsystems
C) James Gosling Office
D) Macsico Laboratory
Sol. B) Sun Microsystems
Q14 The u0021 is known as
a) Unicode escape sequence
b) Octal escape
c) Hexadecimal
d) Line feed
Sol. a) Unicode escape sequence
Explanation: A Unicode escape sequence is consist of following things:
- A ASCII character 92 (that is backslash ”)
- A ASCII 117 ( that indicate ‘u’ ).
- One or more ‘u’ characters.
- A four hexadecimal digits (that is number from 0 – 9 or a-f or A-F)
Q23. Which of the following is the value return by hashCode() method of Object class?
a) it return Object
b) it return int value
c) it return long value
d) nothing
Sol. b) it return int value
Q24 Java is Secure because
a) there is no explicit pointer
b) due to byte code verification
c) its run inside a virtual environment.
d) All of the above
Sol. d) All of the above
Q25. a simple command-line debugger for Java classes
a) JVM
b) JRE
c) JDK
d) JDB
Q26. Which of the following is a valid long literal?
a) PQR8097
b) TR90023
c) 8787723
d) 0xnf029L