9 tennis balls, which are numbered 1 through 9 inclusively, will be put into the cylindrical transparent boxes. 2 balls into box A, 3 balls into box B, 4 balls into box C. Further, the balls must be in descending order in the boxes. In how many different ways can the 9 balls put into the boxes?
I simply think C(9,2)*C(7,3)*C(4,4), but seems absolutely wrong. I really want to comprehend the kind of questions. Could you explain the answer as explaining to a stupid?

Your answer is absolutely correct . Whatever balls you choose for the boxes , they can always be arranged the order you wish , so the number of ways is equal to "selecting" the balls required .
Therefore , your answer , $C^9_2 * C^7_3 * C^4_4$ is correct.