Changes

Jump to navigation Jump to search
163 bytes removed ,  19:49, 21 December 2015
</pre>
Advantages The advantages of this approach are:* is that imported code can be is executed faster than instances created at runtime via {{Code|new()}}.* the work on class instances ensures that queries run in parallel will not cause any concurrency issues (provided that the class contains no static variables or functions). A drawback is that no arguments can be passed on to the class constructor.As a consequence, the addressed import only works if the class must provide provides a constructor with no arguments.
=Context-Awareness=
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu