I have found that call stack helps in finding the line number of a method invoker in source code, but suppose I am working on bytecodes and do not have source code. I need to find some way of finding the caller methods signature. Please suggest some solution.
Thanks in advance
Try javap, e.g.