| | |
tab separated file
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
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 |
2dgraphics android api apple applet application arguments array arrays automation banking binary binarytree bluetooth capture chat chatprogramusingobjects class classes client code color component count database derby design eclipse eclipsedevelopment encryption error exception fractal game givemetehcodez graphics gridlayout gui html ide if_statement image input integer interface j2me java javadesktopapplications javaprojects jlabel jni jpanel julia keyword linux list loop macintosh map method methods midlethttpconnection mobile netbeans newbie nullpointerexception object os print printing problem producer program programming project projectideas read recursion reference replaysolutions ria scanner screen server set size sms sort sourcelabs sql stop string swing threads transforms tree ui unicode validation windows






