in lime light today: Posting site discussing code
Google

Wednesday, May 28, 2008

Posting site discussing code

Digg!

Find help here and post your comments and doubts to get them clarified.

substring method of java String class


Simple example for Java's substring method of String class.

int start = 1;
int end = 5;

String val = "howareyou";
String substr = val.substring(start,end);


//The above prints owar

Get Clipmarks - The easiest way to email text, images and videos you find on the web.
Sent with Clipmarks

No comments:

 
in lime light today © Pilo Gui