You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubygems
Hi Guys, Can some buddy explain the difference between load and require.
Regards, Pavan Agrawal
Ankit Varshney
unread,
Sep 26, 2007, 12:36:12 AM9/26/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby...@googlegroups.com
hello pavan
basically require load the class every time the request is made to the class which is using require. Same as jsp-include tag in java. where as load attaches the class only at the first call same as include directives in java.