Vertaling van "jshell" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Il suffit d'entrer chacun des prochains extraits que je vous présenterai à l'invite jshell, je vous laisserai le résultat pour que vous puissiez l'étudier comme un exercice.
Just enter each of upcoming snippets I am introducing next at the jshell prompt, and I will leave the result for you to explore as an exercise.
Les résultats de l'invite jshell expliqueront ce qui ne va pas dans le code, de sorte que vous puissiez profiter des retours instantanés interactifs
The results of jshell prompt will explain what is wrong with code, so you can take advantage of interactive instant feedback.
Cette fonctionnalité est particulièrement utile pour les débutants dans le language qui souhaitent essayer des programmes simples. Lorsque vous combinez cette fonctionnalité avec jshell, vous obtenez un ensemble d'outils d'apprentissage pour les débutants.
This feature is particularly useful for someone new to the language who wants to try out simple programs; when you combine this feature with jshell, you get a great beginner's learning toolset.
Sous Linux, ouvrez une fenêtre shell, puis tapez jshell et appuyez sur Entrée.
On Linux, open a shell window then type jshell and press Enter.
Microsoft Windows: ouvrez une invite de commande, tapez jshell et appuyez sur Entrée.
Microsoft Windows open a Command Prompt then type jshell and press Enter.
Lorsque vous tapez un bout de code, JShell lit, évalue et affiche immédiatement ses résultats.
When you enter a snippet, JShell immediately reads, evaluates, and prints its results.
Avec JShell, vous pouvez entrer les éléments de programme un par un, voir immédiatement le résultat et faire les ajustements nécessaires.
Using JShell, you can enter program elements one at a time, immediately see the result, and make adjustments as needed.
C'est pourquoi JShell remplace le cycle fastidieux d'édition, de compilation et d'exécution par sa boucle read-evaluate-print.
Therefore JShell replaces the tedious cycle of editing, compiling and executing with its read-evaluate-print loop.
JShell et son feedback instantané retiennent ainsi votre attention, améliorent vos performances et accélèrent les processus d'apprentissage et de développement.
So, JShell and its instant feedback keeps your attention, enhances your performance and speeds up the learning and software development processes.
Vous pouvez également prototyper du code complexe à l'aide de JShell, au lieu du traditionnel cycle fastidieux d'édition, de compilation et d'exécution de code.
You can also prototype complex code using JShell, instead of the traditional tedious cycle of editing, compiling and executing code.
Maintenant que JDK 10 est installé, commençons à jouer avec JShell, alors passons directement au terminal pour commencer à bidouiller les fonctionnalités du type var avec des exemples.
Now you have JDK 10 installed, let's start playing with JShell, so let's jump right ahead to the terminal to start hacking var type feature capabilities with examples.
JShell fournit un environnement rapide et convivial qui vous permet d'explorer, de découvrir et d'expérimenter rapidement les fonctionnalités du langage Java et ses nombreuses bibliothèques.
JShell provides a fast and friendly environment that enables you to quickly explore, discover and experiment with Java language features and its extensive libraries.
Voyons maintenant quelques exemples rapides pour comprendre ce qui peut être fait avec cette nouvelle fonctionnalité du type var utilisant JShell. Logiciel requis
So now, let's go through some quick examples to understand what can be done with this new var type feature using JShell.