Right now I am learning Java and my professor showed me that you can declare other methods in the main method even when they are created after the main method inside the class. I noticed I can't do this in the SED editor. Why is that? Can you actually do that or is not possible with SED?


boolean my.awesomeness = so true;