Java Basics: Strings

Publicado el: 01 abril 2012
en el canal de: w7rdotblogspot
2,622
5

The video quality and size may have some adverse effects on its playback, so 720 HD is reccomended.
An introduction to Strings in Java.
Code related to video:

public static void main(String[] args){

//declaring strings: String followed by name

String text;


//initializing a String to some value

text="don't forget to subscribe ;)";


//declaration and initialization on one line

String example = "Java";

//get numerical value from a String
String nums = "5452";
double dub = Double.parseDouble(nums);
int integer =Integer.parseDouble(nums);


}


En esta página del sitio puede ver el video en línea Java Basics: Strings de Duración hora minuto segunda en buena calidad , que subió el usuario w7rdotblogspot 01 abril 2012, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,622 veces y le gustó 5 a los espectadores. Disfruta viendo!