objects details in jsp,asp,asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deviit777
    New Member
    • Apr 2013
    • 1

    #1

    objects details in jsp,asp,asp.net

    hi sir,

    what is ojects in jsp,asp,asp.net ...i mean is it functions or...what is this..?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    neither JSP nor ASP nor ASP.NET have anything to do with JavaScript.

    but to give an answer, in JavaScript functions are objects.
    Code:
    function test() {
      // function body here
    }
    console.log(test instanceof Object); // true

    Comment

    Working...