Web Technologies Fundamentals
Covers Internet fundamentals, Java web development (JSP, Servlets), client-side technologies (JavaScript, CSS, AJAX), web standards, SEO, and web performance optimization.
Questions
What do you need if you want to control user's action on client side? eg: Disable right click on browser
- ActiveX Control
- Scripting Language
- CSS
- XSLT
Clicking "Refresh" button in the browser causes?
- Synchronous Request
- Asynchronous Request
- Clears the browser cache
- No Request at all
what is CSS?
- Cascading Style Structure, defines how to display HTML elements
- Cascading Style Sheets, defines how to display XML elements
- Cascading Style Sheets, defines how to display HTML elements
- Cascading Style Structure, defines how to display the webpage
Clicking back button in browser causes?
- Sends a new request for page
- It will not send any request
- Fetches the page from the browser cache
- Fetches the page from virtual memory
What is AJAX?
- Asynchronous Javascript and XML, is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page
- Asynchronous Javascript and XSLT, is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page
- Asynchronous Javascript and XML, is the art of exchanging data with a server, and updates entire web page reloading the whole page
- Asynchronous Javascript and XSLT, is the art of exchanging data with a server, and updates entire web page reloading the whole page
Image format that increases the performance of website
- JPEG
- BMP
- TIFF
- GIF
Javascript executes in?
- Server side
- Client side
- Both client and Server side
- DB Server
The Major component of a search engine is?
- Search Engine
- Web Optimizer
- Web Crawler
- Web Driller
How to make a website more visible to search engine?
- Using Search Engine Optimization
- Using Search Engine Customization
- Using Search Engine Generalisation
- Using Search Engine Specification
Organisation that put forth web standards and guidelines?
- WWW
- ICANN
- IANA
- W3C
How many implicit objects are there in J2EE specification
- 5
- 9
- 8
- 10
Jar
- servlet.jar
- jsp-api.jar
- servletapi.jar
- servlet-api.jar
- servlet1.1.jar
Bean Tag
- <jsp:usebeanId/>
- <jsp:useBean id/>
- <jsp:use bean/>
- <jsp:useBean name/>
Servlet Lifecycle
- init(),getServletInfo(),destroy(),service(),getServletConfig()
- init(),getServletConfig(),service(),getServletInfo(),destroy()
- init(),destroy(),getServletInfo(),getServletConfig(),destroy()
- destroy(),service(),init(),getServletConfig(),getServletInfo()
Check the below snippet 1<% for(int i=0;i<=5;i++){%> 2<%=i;%> 3<%}%> 4.<% out.println(i);%>
- 1
- 3
- 2
- 4
What kind of people are drawn to grid computing?
- People who need a massive amount of electricity
- People who need a massive amount of raw computing power
- People who need super-reliable access to the Web
- People who recieve an extremely large amount of email
- All of the above
Which country attempts to limit its residents' access to controversial Web content by routing all incoming Internet traffic through a single control center?
- Germany
- North Korea
- People's Republic of China
- Saudi Arabia
- United States
The Internet was actually
- LAN at MIT
- Code-cracking network during World War II by the U.S. Defense Department
- A network cooperatively created by several large hardware and software companies
- A small experimental research network called ARPANET
- A Microsoft product that quickly became too big for the company to control
Where is the Internet's central hub and control center located?
- Near Washington D.C.
- Near the Microsoft campus in Redmond, Washington
- In a top-secret location
- In Silicon Valley
- Nowhere, the Internet has no central hub