Téléchargez l'application
educalingo
runnable

Signification de "runnable" dans le dictionnaire anglais

DICTIONNAIRE

PRONONCIATION DE RUNNABLE EN ANGLAIS

ˈrʌnəbəl


CATÉGORIE GRAMMATICALE DE RUNNABLE

substantif
adjectif
verbe
adverbe
pronom
préposition
conjonction
déterminant
exclamation
Runnable est un adjectif.
L'adjectif, c'est le mot adjoint au nom pour le déterminer ou le qualifier.

QUE SIGNIFIE RUNNABLE EN ANGLAIS

définition de runnable dans le dictionnaire anglais

La définition de runnable dans le dictionnaire est bonne pour la chasse.


MOTS EN ANGLAIS RIMANT AVEC RUNNABLE

actionable · amenable · assignable · attainable · fashionable · imaginable · interminable · objectionable · obtainable · personable · questionable · reasonable · returnable · shunnable · sustainable · tunable · unimaginable · unreasonable · unshunnable · unsustainable

MOTS EN ANGLAIS COMMENÇANT COMME RUNNABLE

runlet · runnel · runner · runner bean · runner-up · runners-up · runnier · runniest · runniness · running · running account · running belay · running board · running bowline · running commentary · running costs · running fire · running hand · running head · running jump

MOTS EN ANGLAIS FINISSANT COMME RUNNABLE

able · abominable · companionable · convenable · definable · enable · explainable · fissionable · inexpugnable · intenable · listenable · pensionable · turnable · unable · unalienable · unattainable · unexplainable · unmentionable · unquestionable · untenable · user-definable

Synonymes et antonymes de runnable dans le dictionnaire anglais de synonymes

SYNONYMES

MOTS EN ANGLAIS EN RAPPORT AVEC «RUNNABLE»

runnable · implements · example · android · java · interface · yash · kumar · runnable · discover · everything · through · code · your · dart · rails · node · jquery · ruby · django · express · python · codeigniter · flask · cakephp · bash · choose · platform · oracle · documentation · should · implemented · class · whose · instances · intended · executed · thread · must · define · method · developers · starts · executing · active · part · this · called · when · started · that · been · created · with · which · wants · become · youtube · techcrunch · founders · behind · launching ·

Traducteur en ligne avec la traduction de runnable à 25 langues

TRADUCTEUR

TRADUCTION DE RUNNABLE

Découvrez la traduction de runnable dans 25 langues grâce à notre traducteur anglais multilingue.

Dans cette section, les traductions de runnable dans d'autres langues ont été obtenues par traduction automatique statistique, où l'unité essentielle de la traduction est le mot «runnable» en anglais.
zh

Traducteur Français - chinois

可运行
1325 millions de locuteurs
es

Traducteur Français - espagnol

ejecutable
570 millions de locuteurs
en

anglais

runnable
510 millions de locuteurs
hi

Traducteur Français - hindi

runnable
380 millions de locuteurs
ar

Traducteur Français - arabe

runnable
280 millions de locuteurs
ru

Traducteur Français - russe

работоспособной
278 millions de locuteurs
pt

Traducteur Français - portugais

executável
270 millions de locuteurs
bn

Traducteur Français - bengali

runnable
260 millions de locuteurs
fr

Traducteur Français - français

exécutable
220 millions de locuteurs
ms

Traducteur Français - malaisien

Runnable
190 millions de locuteurs
de

Traducteur Français - allemand

lauffähig
180 millions de locuteurs
ja

Traducteur Français - japonais

実行可能
130 millions de locuteurs
ko

Traducteur Français - coréen

실행 가능한
85 millions de locuteurs
jv

Traducteur Français - javanais

Runnable
85 millions de locuteurs
vi

Traducteur Français - vietnamien

Runnable
80 millions de locuteurs
ta

Traducteur Français - tamoul

runnable
75 millions de locuteurs
mr

Traducteur Français - marathi

धावत्या
75 millions de locuteurs
tr

Traducteur Français - turc

çalıştırılabilir
70 millions de locuteurs
it

Traducteur Français - italien

eseguibile
65 millions de locuteurs
pl

Traducteur Français - polonais

uruchamianego
50 millions de locuteurs
uk

Traducteur Français - ukrainien

працездатною
40 millions de locuteurs
ro

Traducteur Français - roumain

runnable
30 millions de locuteurs
el

Traducteur Français - grec

εκτελέσιμη
15 millions de locuteurs
af

Traducteur Français - afrikaans

uitvoerbare
14 millions de locuteurs
sv

Traducteur Français - suédois

körbart
10 millions de locuteurs
no

Traducteur Français - norvégien

kjørbart
5 millions de locuteurs

Tendances d'usage de runnable

TENDANCES

TENDANCES D'USAGE DU TERME «RUNNABLE»

Tendances de recherche principales et usages générales de runnable
Liste des principales recherches réalisées par les utilisateurs pour accéder à notre dictionnaire anglais en ligne et des expressions les plus utilisées avec le mot «runnable».

Exemples d'utilisation du mot runnable en anglais

EXEMPLES

10 LIVRES EN ANGLAIS EN RAPPORT AVEC «RUNNABLE»

Découvrez l'usage de runnable dans la sélection bibliographique suivante. Des livres en rapport avec runnable et de courts extraits de ceux-ci pour replacer dans son contexte son utilisation littéraire.
1
Java Distributed Computing
The choice between extending the Thread class or implementing the Runnable interface with your application objects is sometimes not an obvious one. It's also usually not very important. Essentially, the difference between the two classes is  ...
Jim Farley, 1998
2
Micro Java Game Development
Runnable interface. This interface is designed to provide a common protocol for objects that want to execute code while they are active. For example, Runnable is implemented by the Thread class. Being active simply means that a thread has ...
David Fox, Roman Verhovsek, 2002
3
Taming Java Threads
I can implement this strategy as follows: Runnable[] first_task = new Runnablel] I new Runnable(){ public void run(){ />I< do task 1, chunk 1 here */ } }, new Runnable(){ public void run(){ />I< do task 1, chunk 2 here */ } }, new Runnable(){ public ...
Allen Holub, 2000
4
Programming Constraint Services: High-Level Programming of ...
It maintains a pool of runnable threads and provides fair execution control to the pool. It controls thread transitions: the scheduler creates, suspends, wakes, and terminates threads. Thread Selection. The scheduler maintains the runnable pool  ...
Christian Schulte (Dr.-Ing), 2002
5
Learn Java for Android Development
The concurrency-oriented utilities provide executors as a high-level alternative to low-level Threads API expressions for executing runnable tasks. An executor is an object whose class directly or indirectly implements the java.util.concurrent.
Jeff Friesen, 2014
6
Java™ for Programmers
This section demonstrates how to perform concurrent tasks in an application by using Executors and Runnable objectss. Creating Concurrent Tasks with the Runnable Interface You implement the Runnable interface (of package java.lang) to ...
Paul J. Deitel, Harvey M. Deitel, 2011
7
Modern Multithreading: Implementing, Testing, and Debugging ...
class Runnable { public: virtual void* run() = 0; virtual~Runnable() = 0; }; // a function body is required for pure virtual destructors Runnable::~Runnable() {} class Thread { public: Thread(auto_ptr<Runnable> runnable_, bool isDetached = false) ...
Richard H. Carver, Kuo-Chung Tai, 2005
8
Java threads FAQ
A Thread is runnable, how does that work? A: The Thread class' run() method normally invokes the run() method of the Runnable type it is passed in its constructor. However, it is possible to override the thread's run method with your own.
Philip Shaw
9
Professional Java Native Interfaces with SWT/JFace
Jackwind Li Guojie. Thread downloadThread = new Thread() { Runnable runnable; double ratio; public void run() { int fileSize = 0; int currentDownloaded = 0; ... // Determine file size here while(currentDownloaded < fileSize) { // Download part ...
Jackwind Li Guojie, 2006
10
Leveraging Applications of Formal Methods, Verification and ...
These constant parameters are often solely read in from the RTE in a startup runnable, which is only executed once in the boot up phase of the ECU. A runtime test of a second runnable within the same SWC does not take into account the ...
Tiziana Margaria-Steffen, Bernhard Steffen, 2008

10 ACTUALITÉS CONTENANT LE TERME «RUNNABLE»

Découvrez de quoi on parle dans les médias nationaux et internationaux et comment le terme runnable est employé dans le contexte des actualités suivantes.
1
Runnable Shopping Center Features 300 Meter Running Track
On April 27, 2015, opening its doors to fitness and shopping enthusiasts alike is Japan's first runnable shopping mall. Curious what that even means? Osaka's ... «PSFK, mai 15»
2
Most Oregon rivers will offer rafting, despite low flows; Owyhee an …
"The river is lower than normal right now but is definitely runnable,'' Brown said. "And I imagine it will be runnable all season, though it could get lower than ... «OregonLive.com, avril 15»
3
Stack Overflow Adds Live JavaScript to Answers
Dubbed "Stack Snippets", the new feature allows otherwise static questions and answers to include runnable code in-browser, similar to JSFiddle and Plunker. «InfoQ.com, oct 14»
4
In search of a model for modeling intelligence
Greater intelligence arises from richer, more powerful, “runnable” models that are capable of more accurate and contingent predictions about the environment. «O'Reilly Radar, juil 14»
5
Java 8のラムダ式に慣れよう 基本概念から使用方法、ストリーム処理 …
たとえば、以前はリスト2に示すようにRunnableを定義しました。リスト2では、匿名インナー・クラス構文を使用していますが、基本的な概念を表現するコード行が過度に多く ... «ZDNet Japan, juin 14»
6
Open digital science journal gains users
... large part of the effort of developing and maintaining ITK was dedicated to converting algorithms published in technical articles into runnable and maintainable ... «opensource.com, juin 14»
7
Mit Runnable Codeschnipsel direkt im Browser ausprobieren
Runnable erlaubt die Ausführung von Codeschnipseln direkt im Browser. Dabei unterstützt der Service verschiedene Programmiersprachen und Frameworks. «t3n Magazin, juin 14»
8
Wie YouTube, nur für Programmierer: Java, Dart und andere …
Kumar hat vor wenigen Monaten mit Partnern die Code-Plattform Runnable gegründet, mit dem ehrgeizigen Ziel, daraus ein „YouTube für Code“ zu machen, ... «JAXenter, janv 14»
9
Google Brings Dart To Runnable, Gives Developers An Easy Way …
Dart, Google's JavaScript competitor, launched its 1.0 version last November. While Google's Go language has quickly caught on with developers, though, Dart ... «TechCrunch, janv 14»
10
Runnableの上にGoogleがDart専用チャネルを作った…新言語の試用が …
数か月前にローンチしたRunnableは、YouTubeと違ってビデオではなくコード片のライブラリをホストし、しかもそれらのコードやユーザによるその編集結果は、同サイト上で ... «TechCrunch, janv 14»
RÉFÉRENCE
« EDUCALINGO. Runnable [en ligne]. Repéré à <https://educalingo.com/fr/dic-en/runnable>. Juin 2026 ».
Téléchargez l'application educalingo
FR