Interview question for ASP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bencoding
    New Member
    • Mar 2008
    • 21

    Interview question for ASP

    Hello, I have an interview question that I need to answer and wanted to hear some other answers out there:

    Code:
    What are 5 main objects in ASP?
    ...is there a best way to answer this?
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    Response
    Request
    Session
    Application
    ASPError (the least commonly used one)

    Comment

    • jeffstl
      Recognized Expert Contributor
      • Feb 2008
      • 432

      #3
      I will just add too that I have been asked that exact same question in an interview and I could only come up with the 4. The ASPError object was pretty foreign to me and I wasn't familiar with it.

      The other 4 however would be used in any asp application. I would say the 2nd least used would be Application, but anyone using or applying for a Classic ASP position should be pretty intimately familiar with the first 3

      Comment

      • Satalaj
        New Member
        • Sep 2008
        • 1

        #4
        Hi,

        Here is list of interview questions and links

        Comment

        Working...