Hi, I have a doubt regarding Dan's Mock test on Assertions. It says that the following statement is true. Assertions can be selectively enable for the unnamed package in the current working directory. I do not understand how this statement can be true. Can anyone please explain me. Thanks, Gayatri.
I just did that exam and I think it means you can go: java -ea:... myProg To enable assertion for unnamed packages in the current directory. Programming with Assertions