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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -