answersLogoWhite

0

Yes you can. Try this:

public class TestMain {

/**

* @param args

*/

public static final void main(String[] args) {

System.out.println("Inside final mail method...");

}

}

It will print "Inside final mail method..." in the console.

User Avatar

Wiki User

15y ago

What else can I help you with?