Tag: web technology

Questions Related to web technology

  1. Server administrators Role

  2. Anonymous User

  3. Everyone Group

  4. All authenticated users Role


Correct Option: A
  1. Source entry can be updated by clicking the shortcut

  2. If the source entry is deleted, shortcut icon changes to indicate a broken link

  3. Access permission for a shortcut entry can be changed

  4. The access permission given to the shortcut entry does not change the access permission of source entry


Correct Option: A
  1. ServeltRequest

  2. ServletContext

  3. ServletResponse

  4. ServeltPath

  5. ServletConfig


Correct Option: A,C
  1. Servlets are used to process the client request

  2. Servlets enables rapid development of mission-critical application that are versatile, reusable and portable across middleware while protecting IT investment

  3. A Servlet can handle multiple request concurrently and be used to develop high performance system

  4. A Servlet can be used to load balance among serveral servers, as Servlet can easily forward request

  5. With the help of servlet we can achieve Clustering


Correct Option: A,C,D
  1. Run on Java enabled web browser

  2. Serverside Applet

  3. Platform independent

  4. Multithread processing

  5. Session information is maintainable with servlets


Correct Option: B,C,D,E
  1. Delivery service

  2. Data movement service

  3. Event management service

  4. Job service


Correct Option: A
  1. Source entry can be updated by clicking the shortcut

  2. If the source entry is deleted, shortcut icon changes to indicate a broken link

  3. Access permission for a shortcut entry can be changed

  4. The access permission given to the shortcut entry does not change the access permission of source entry


Correct Option: A
  1. destroy()

  2. start()

  3. run()

  4. none of the above


Correct Option: C
  1. only pass by value

  2. only pass by reference

  3. supports both

  4. none of the above


Correct Option: A