| | |
tab separated file
![]() |
•
•
Join Date: Mar 2007
Posts: 154
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 |
account android api applet application array arrays automation bidirectional binary birt bluetooth class classes client code columns component constructor database designadrawingapplicationusingjavajslider draw eclipse error errors exception expand fractal game givemetehcodez graphics gui guidancer homework html ide image inetaddress inheritance integer intellij j2me java javamicroeditionuseofmotionsensor javaprojects jlabel jme jni jpanel jtextfield jtree julia linux list loop map method methods midlethttpconnection mobile mobiledevelopmentcreatejar monitoring myaggfun netbeans newbie nullpointerexception open-source oracle plazmic print problem program project property recursion ria scanner search server set sharepoint smart sms smsspam sort sourcelabs splash sql sqlite static string subclass support swing testautomation threads tree unlimited webservices windows






