Mit Java können Sie sehr leistungsfähige Anwendungen erstellen.
Developing with Java allows you to create very powerful applications.
Mit Java erbaut, liefert es 1009 Plugins, die den Bau und das Testing an virtuellen Projekten unterstützen.
Built with Java, it provides more than a thousand plugins to support building and testing virtually any project.
Dieses Kapitel beschreibt, wie Aufgaben mit Java in der Datenbank ausgeführt werden.
This chapter describes how to accomplish tasks using Java in the database.
Computer-Programmierung mit Java ist unbestritten der wichtigste Aspekt des Computerwesens.
Computer programming using Java is arguably the most important aspect of computing.
Mit diesem Kurs gelingt Ihnen der Einstieg in die objektorientierte Programmierung mit Java.
This course will introduce you to object-oriented programming in Java.
Wenn du mit Java begonnen hast, könntest du Perl oder Python lernen.
If you started in Java, you could learn Perl or Python.
Mit Java können Anwendungen sehr flexibel entworfen werden, um sich den unterschiedlichsten Gegebenheiten anzupassen.
With Java, applications can be designed very flexibly to adapt to the most diverse circumstances.
Mit Java kann man Programme heute auf allen gängigen Plattformen laufen lassen - nur kann man sich nicht darauf verlassen, daß die Fonts dort installiert sind oder gar installierbar sind.
Using Java, one can run programs on almost all platforms - but one can't rely that there is an installed music font or even that one is installable.
Mit Java eröffnet sich die Möglichkeit, eine Webseite erst bei der Anforderung dynamisch zu generieren und die Anwender mit aktuellen und auf die jeweiligen Bedürfnisse zugeschnittenen Informationen zu versorgen.
With Java provides the opportunity to generate a web page only at the request dynamically and to provide users with updated and tailored to the individual needs information.
Mit Java 8 kann man nun auf komfortable Art und Weise Objekte von einer Liste in eine Map überführen.
With Java 8 you can now transfer objects from a list to a map in a comfortable way.
Mit Java 8 und C++ 11 lässt sich sehr viel besser entwickeln, als mit den vorherigen Versionen.
With Java 8 and C++ 11 you can be a lot more productive as a programmer.
Mit Java sind nicht nur die HMI-Ablaufsteuerung, sondern auch Rechenoperationen und sogar die Steuerung der gesamten Hardware durch das iLCD realisierbar.
With Java, not only the HMI sequence control, but also calculating operations and even the control of all hardware can be realized.
Collectors Mit Java Streams kann man nicht nur Objekte aus einer Collections, Liste oder Set filtern, sondern auch die Objekte die man gefiltert hat direkt als List, Set oder Map zurück geben.
Collectors With Java Streams you can not only filter objects from a collection, list or set, but also return the objects you filtered directly as a list, set or map.