Forum: Java Jun 23rd, 2009 |
| Replies: 7 Views: 600 hi mimsc,
spliting the string using the regex.
String strInput="('MCKINNEY','TX'),('ALLEN','TX'),('ANNA','TX')";
String strProcess=null;
String strOutputs[]=null;
if(strInput!=null){... |
Forum: Java Jun 23rd, 2009 |
| Replies: 6 Views: 376 Hi the_swan
there are few ideas i have for my self...
1. An alarm clock
* to have multiple alarams.
* options like alternate days, monthly onse,etc.
* at the time... |
Forum: Java Jun 8th, 2009 |
| Replies: 2 Views: 667 hi lloydsbackyard,
it is just simple... the readline method will return the string
there you have to give
name=input.readLine();
without the parsing to the double... |
Forum: Java Dec 3rd, 2008 |
| Replies: 3 Views: 610 thanks PoovenM, as you said the Ms Excel is not storing the values by default for the CSV type of files.. ones again thanks, and thanks for verruckt24 also... |
Forum: Java Dec 2nd, 2008 |
| Replies: 3 Views: 610 hi
I am creating an CSV file in java by putting the Korean values in a properties file like "\uc81c\ubaa9 \uc18c\uc2a4\uc5d0\uc11c \uc5b8\uc5b4" which is properly coming in the CSV file (like "번호... |
Forum: Computer Science Nov 28th, 2007 |
| Replies: 2 Views: 1,668 hi friends
i have a project about e-tranction interface in which it will maintain many bank's details and each user may add many bank details and they can make online money transfer . if any one... |
Forum: C Mar 22nd, 2007 |
| Replies: 8 Views: 14,912 sorry i am now using vb very much but i have used c only 2 years befor. i was in a cafe so i was unable to compile the program... |
Forum: C Mar 19th, 2007 |
| Replies: 8 Views: 14,912 hi it is very easy find the length of the first character array, and find the length of the second character array, using a loop concodinate both strings.
i dont know it is correct or not
char... |
Forum: C++ Mar 12th, 2007 |
| Replies: 6 Views: 2,741 hi
a) Sorting algoritham must work for a wide range eg if i give 3 values like 1,2,3 it is ok but what if i give values 25,520,1000......
b) Order Meanse ?????(i am also new) |