Format code in Eclipse

While coding we have to deal with many loops and if conditions. Due to this, we forget to maintain proper spacing between lines and character. As result the code becomes difficult to read for some other person. So instead of organizing/formatting the code manually in Eclipse we can format the code on a single click. … Read more