JSR 286 Specification (Portlet 2.0) is available to download from the JCP website. Here is the direct link - http://jcp.org/aboutJava/communityprocess/final/jsr286/index.html
Difference between call and apply in javascript
-
The main difference is:
apply lets you invoke the function with arguments as an array.
call requires the parameters be listed explicitly.
syntax:
theFunct...
0 Comments:
Post a Comment