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

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

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