Comment on Tutorial - Using substring( ) in Java By Fazal
Comment Added by : bond
Comment Added at : 2014-08-16 17:02:10
Comment on Tutorial : Using substring( ) in Java By Fazal
import java.io.*;
class CharaaDemofromnet
{
public static void main(String args[])throws IOException
{
char arr[]={'a','b','c'};
String s = new String(arr);
int v=s.length();
for(int k=0;k<v;k++)
{
for(int j=0;j<v;j++)
{
for(int i=0;i<v-j-k;i++)
{
System.out.print(arr[i]);
}
System.out.println();
}
}
}
}
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. It's very use full to me ....
Thans a lot..
View Tutorial By: Raxit at 2011-12-30 03:57:03
2. java.lang.IllegalArgumentException
at java
View Tutorial By: gopal at 2011-03-21 00:45:51
3. Hi,
What is the process if I want to know w
View Tutorial By: Koushik Roy at 2012-07-13 05:35:35
4. ya it is better one and more helpful while learni
View Tutorial By: sumithkrishnank at 2011-07-16 06:47:37
5. It is very useful for me guyzz......thanx.......:-
View Tutorial By: Rajesh at 2012-09-29 10:11:45
6. hi issac thank you for your sample. can you please
View Tutorial By: edwin at 2009-05-20 22:04:14
7. HI can you send send sms throgh java program above
View Tutorial By: sasikumar at 2007-02-27 01:39:11
8. hi, this is a good example and this rely helpful i
View Tutorial By: Dhaval PATOLIYA at 2015-09-08 06:55:38
9. its so nice
View Tutorial By: senthilkumar at 2010-11-11 02:44:37
10. Thanks for this tip -
I'm currently workin
View Tutorial By: Helen at 2009-06-16 05:28:24