Runnable
  • 音标:/ˈrʌnəbl/
  • 意思:可运行的;Runnable接口
  • 例句Implement the Runnable interface to define the task for a thread.
  • 翻译:实现Runnable接口来定义线程的任务。
  • 补充说明:Runnable是一个函数式接口,可以用Lambda表达式实现。