Tag: web technology

Questions Related to web technology

  1. var txt = new Array(1:"app",2:"cop,3:"top")

  2. var txt = new Array("app","cop","top")

  3. var txt = new Array:1=("tim")2=("cop")3=("top")

  4. var txt = new Array="app","cop","top"


Correct Option: B
  1. round(7.25)

  2. rnd(7.25)

  3. Math.round(7.25)

  4. Math.rnd(7.25)


Correct Option: C
  1. architectural independent

  2. language independent

  3. based on http

  4. none of the above


Correct Option: A,B
  1. reuse

  2. modularity

  3. componentization

  4. granularity

  5. none of the above

  6. only first and second option


Correct Option: A,B,C,D
  1. SOAP,UDDI,WSDL

  2. XML,XSD,WSDL

  3. RPC,SOAP,http

  4. all the above

  5. first and second

  6. none of the above


Correct Option: A
  1. soap,WSDl,uddi

  2. XML and HTTP

  3. SOAP,RPC,XML

  4. none of the above

  5. all of the above


Correct Option: B
  1. type

  2. message

  3. portType

  4. binding

  5. operations

  6. error messages


Correct Option: A,B,C,D