eclipse - Difference between server clean and project clean -


in eclipse there 2 options available clean. whats difference between them, i.e, project -> clean , servers -> clean ?

the first option removes build results of project - generated classes, binaries etc. second option removes current deployments form server.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -