Advantage of encapsulation-encapsulation in active server


Question1. Draw a diagram representing at least five of the built-in Active Server Page Objects.

Question2. List two methods and two collections of any object used in the above object model.

Question3. Describe three programming techniques that control and direct the order of execution of statements.

Question4. Briefly explain the concept of Encapsulation in Active Server Pages.

Question5. Give one advantage of Encapsulation.

Question6. Refer to the extract code of a Java Applet as listed below. With the aid of a sketch describe what exactly will doDollars(3) display in the MSDOS window or on the Java Console from Internet Explorer when you run the following applet:

 public void doDollars(int n) {
 System.out.println("$$$");
   if (n>0) 

     doDollars(n-1); 

     }

Question7. The VBScript language includes some built-in functions which are often used in ASP code as follows:

(i) LTrim()

(ii) DateDiff()

(iii) StrReverse()

Question8. List three types of errors in Active Server Pages.

Question9. Define the terms Object, Property and Method.

Question10. Write an ASP program that allows you to store and retrieve data from a Dictionary Object.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Advantage of encapsulation-encapsulation in active server
Reference No:- TGS05319

Expected delivery within 24 Hours