Tag: web technology

Questions Related to web technology

Which of the below server side languages are used to develop a dynamic website

  1. PHP

  2. JSP

  3. JavaScript

  4. ASP

  5. CSS

  6. HTML


Correct Option: A,B,D

CSS stands for

  1. Client Style Sheet

  2. Custom Style Sheet

  3. Cascading Style Sheet

  4. Common Style Sheet


Correct Option: D
  1. CSS helps making glossy and attractive design

  2. It helps in reducing bandwidth usage by having single file linking to various HTML files

  3. Its used to achieve background loading of content

  4. A single file change helps us manage the design of whole website


Correct Option: B,D

RSS stands for

  1. Really Simple Synchronization

  2. Readng Simple Syndication

  3. Really Simple Syndication

  4. Reading Simple Synchronization


Correct Option: C

For getting the data from server which method(s) AJAX use

  1. GET

  2. XML

  3. POST

  4. JSON

  5. TEXT

  6. HTML


Correct Option: A,C

AJAX is...

  1. a computer Language

  2. is a technology

  3. is optimizer which makes website load faster

  4. is a server side language


Correct Option: B

What are the methods for removing a control?

  1. removeChild()

  2. removeChildAt()

  3. removeItem()

  4. deleteAll()


Correct Option: A,B
  1. public class MyButton extends Button

  2. public class MyButton becomes Button

  3. public class MyButton inherits Button

  4. public class MyButton implements Button


Correct Option: A