Assuming that Java is done in a linear form, how can I start a code from the beginning?
for example, say I have a set of Password Fields, and if any is gotten wrong, the whole code starts again from the beginning.
Code :if (!passed) { //Start from beginning } return passed;
