Java Basics: Strings

Published: 01 April 2012
on channel: 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);


}


On this page of the site you can watch the video online Java Basics: Strings with a duration of hours minute second in good quality, which was uploaded by the user w7rdotblogspot 01 April 2012, share the link with friends and acquaintances, this video has already been watched 2,622 times on youtube and it was liked by 5 viewers. Enjoy your viewing!