Adobe Flash Question:
Download Questions PDF

Which of the following method is best for removing an object(e.g.,myObj) from memory?

Answer:

A. myObj =0;
B. remove myObj;
C. delete myObj;
D. myObj = null Object()

Download Adobe Flash Interview Questions And Answers PDF

Previous QuestionNext Question
Which of the following lines of code will create a new object named myObj?Which of the following statements is true about ActionScript in regards to the enforcement of private scope and public scope?