InterviewSolution
Saved Bookmarks
| 1. |
Which file separator should be used by MANIFEST file?(a) /(b)(c) –(d) // |
|
Answer» Correct option is (a) / The best I can explain: MANIFEST file uses classes using / file separator. |
|