Dans ce tutoriel java, nous allons voir et utiliser les chaines de caractères comme étant des variable java et les utiliser aussi comme étant des objet d'instance de la classe String Java.
Pour créer une variable string, on utilise la commande:
String nom_de_la_variable = valeur
Pour créer un objet Java du type String, on utilise la méthode d'instanciation sur la classe String Java:
String nom_de_l_objet = new String ( paramètre). Pour un bon visionnage de la vidéo, utiliser le browser google chrome.
In this java tutorial, we will see and use strings as being java variables and also use them as object of instance of the Java String class.
To create a string variable, we use the command:
String name_of_the_variable = value
To create a Java object of the String type, we use the instantiation method on the Java String class:
String name_of_object = new String (parameter). For a good viewing of the video, use the google chrome browser.