Submitting Java Code with Junit unit test
- by LivingThing
I have mostly work on simple java programs and compiled and run it with eclipse on Windows. So, i have no experience of using command prompt for compiling Java projects and do not have much info about what actually happens beneath the play button in Eclipse.
Now i have to submit a Java application which will have basic operation on XML. My project…