In: Computer Science
9.Which web service items are correct for the below items? (select 2 items)
(10 Puan)
Web service name space can be used for the object global definition and identification
private, public, protected class methods can be used as web service method
all methods in web services can be uses web state “session” object
Description property of the WebService and WebMethod annotation can be used for the
10.Which item is correct for ASPX Page Lifecycle (events)?
(10 Puan)
PreInit, Init, Render, PreRender, Load, Click
Click, Render, Load, PreRender, PreInit
PreInit, PreLoad, Render, PreClick, Click, Load
PreInit, Init, Load, Click, PreRender, Render
11.The web service application’s method can return complex type (class definition) instance value as xml-based-serialized version. Is it correct?
(5 Puan)
Yes
No
12.Any html formatted content from any URL can be served as static or dynamic. Is it correct?
(5 Puan)
Yes
No
9)from the given statement ,the correct statements are
Private, public, protected can be used as webservice methods and
Description property of web services and web method annotation can be used
Those two are correct options
10)and coming to the life cycle of ASPX page the correct terms are
PreInit, Init, Load, Click, PreRender, Render
11)The given statement is true
The web service application’s method can return complex type (class definition) instance value as xml-based-serialized version and it is correct
12)The given statement is true
Any html formatted content from any url can be served as static or dynamic is is true
If we take example of web page from url ,like home page few are static and few others will be dyanamic