JBoss Community

Re: Certainly a dumb question but...

created by Kabir Khan in JBoss Profiler Development - View the full discussion

I have no idea, but why don't you simply measure something like this which would give you the answerf:

 

public class Test {

   public static void main(String[] args){

      a();

   }

 

   static a() throws Exception {

       Thread.sleep(1000);

       b();

   }

 

   static b() throws Exception {

      Thread.sleep(3000);

   }

}

Reply to this message by going to Community

Start a new discussion in JBoss Profiler Development at Community