public class substr
{
public static void main (String args[])
{
String str="ArchAngel";
String output;
output=str.substring(4);
System.out.print("Sub String : "+output);
}
}
Notice
AWT and SWING will be covered soon !
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment