ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What is the difference between Executor.submit() and Executer.execute() method ?

user-image
تم إضافة السؤال من قبل Mohd shahnawaz khan , Associate Project , Cognizant Technology Solution
تاريخ النشر: 2013/10/25
ahmad mohammed
من قبل ahmad mohammed , JAVA team lead , edu-tek

The difference is that execute doesn't return a Future, so you can't wait for the completion of theRunnable and get any exception it throws using that.

المزيد من الأسئلة المماثلة