| | |
tab separated file
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Mar 2007
Posts: 156
Reputation:
Solved Threads: 0
array is an arraylist<string>
i get: [Ljava.lang.String;@ca0b6
i am supposed to get "10.0.0.2"
Java Syntax (Toggle Plain Text)
for (int i = 0; i<array.size(); i++) { System.out.println(array.get(i).split(" ")); }
i get: [Ljava.lang.String;@ca0b6
i am supposed to get "10.0.0.2"
Really? Because this particular part would seem to be clearly saying something else Notice the array part.
(Also, there does not appear to be anyone named "u" here at the moment. Use proper English.)
•
•
•
•
Returns:
the array of strings computed by splitting this string around matches of the given regular expression
(Also, there does not appear to be anyone named "u" here at the moment. Use proper English.)
![]() |
Similar Threads
- problem with my file upload (PHP)
- how to create csv file (Python)
- Problem with multiple tab when read file (C++)
- Read comma separated data from a text file (C)
- read a array of type struct (C)
- output/write to a xls file (C)
- Reading CSV in VC++ (C++)
- Error trying to write to existing file (C)
- Import/export tab delimited file (PHP)
Other Threads in the Java Forum
- Previous Thread: Set Classpath for application in JBoss
- Next Thread: Help with an error...
| Thread Tools | Search this Thread |
android api applet application array arrays automation awt bidirectional binary birt bluetooth busy_handler(null) calculator chat class classes client code columns component constructor database designadrawingapplicationusingjavajslider draw eclipse editor error errors event eventlistener exception expand fractal game givemetehcodez graphics gui guidancer html ide image inetaddress input integer intellij j2me java javamicroeditionuseofmotionsensor javaprojects jme jni jpanel jtree julia link linux list loop map method methods mobile mobiledevelopmentcreatejar myaggfun netbeans newbie oracle parsing plazmic print problem program programming project recursion scanner screen server set sharepoint size smart sms smsspam sort sortedmaps sql string subclass support swing textfield threads time tree unlimited utility webservices windows






