Comment on Tutorial - How to use ArrayList in Java By Hong
Comment Added by : David Nava
Comment Added at : 2011-04-08 03:29:38
Comment on Tutorial : How to use ArrayList in Java By Hong
Muchas gracias por tu codigo. Me ayudo a resolver un problema que tenia con listas, al querer convertir un decimal a romano.
Object numerosEnteros[] = numeros.toArray();
System.out.println("\nSalida");
for(int i=0; i<numerosEnteros.length; i++){
int numEntero = ((Integer) numerosEnteros[i]).intValue();
if(numEntero!=0){
String rom = RomanConversion.binaryToRoman(numEntero);
System.out.println(numEntero+""+"\t"+rom);
}
}
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. This is very much useful to me to complete my assi
View Tutorial By: Eva Jhonson at 2012-09-30 16:44:08
2. this work is good
View Tutorial By: sanath at 2008-12-15 01:18:43
3. it giving me error in following statment (using wi
View Tutorial By: prathamesh at 2007-03-16 05:57:20
4. Thanks for the useful tutorials abt strtus 1 vs St
View Tutorial By: Sudharsan at 2011-12-03 11:54:58
5. hi, good afternoon
i don,t know how to use
View Tutorial By: Hemanshu at 2012-01-17 06:49:10
6. Hi,
This is very nice tutorial to
View Tutorial By: Robvandam at 2010-05-03 00:29:38
7. Actually i had downloaded all the files but it thr
View Tutorial By: bornwithpowers at 2009-11-11 04:48:21
8. thanks ....
View Tutorial By: shiva at 2011-02-28 11:16:32
9. great !!!!!!!!!!!!!!!!!!!!!
View Tutorial By: arjun at 2012-03-24 14:55:10
10. Thanks.I was searching the internet for a lot of t
View Tutorial By: Habi at 2011-12-22 07:43:51