flash - the import * - slows the application? -


when write:

import flash.display.*; // importing classes of display  import flash.display.movieclip; // importing 1 class 

and likewise other classes, question is: if import classes package application work more if import needed classes?

is true or false?

that false. importing more classes namespace should not affect speed of application not cause more code run.


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -