java -ea:favorite.fruits -da:favorite.fruits.Apple favorite,fruits.Mango
I think there should not be space between Apple and favorite,and if you are not ending with a class
you should use ... after package name ,like in first case i think favorite.fruits... should be there.
I have tried it before by giving many class names after -da or -ea but it is not working, only one expression is allowed ',' is not allowed.Even if you specify it will not report error at compile time.