Adobe Flash Question:
Download Questions PDF

To manually dispose of the variable myVar, the following code should used to prevent memory leaks:

Answer:

A. delete myVar;
B. remove myVar;
C. myVar = null;
D. myVar = 0;

Download Adobe Flash Interview Questions And Answers PDF

Previous QuestionNext Question
To create a new global variable, birthyear, with an initial value 1968, the following code should be used:Which of the following is not a valid function name: