get Method Name

Hello group , By doing this this.getclass().getName(); we get the name of the class we are in . Is there any way to get the name of the method we are in ?
[197 byte] By [amgandhi] at [2007-9-26 1:55:17]
# 1
In jdk1.4 only: throw and catch an exception. You can find the method name form the stacktrace: http://java.sun.com/j2se/1.4/docs/api/java/lang/Throwable.html#getStackTrace()
jsalonen at 2007-6-29 3:09:00 > top of Java-index,Archived Forums,Java Programming...
# 2
you may refer here http://www.rgagnon.com/javadetails/java-0420.html
leekit at 2007-6-29 3:09:00 > top of Java-index,Archived Forums,Java Programming...