Forum: Java Sep 3rd, 2004 |
| Replies: 3 Views: 2,050 here is the code...
String string = "superboymother"; // string variable contains the string that u want to search
int aCount = 0;
int eCount = 0;
int iCount = 0;
int oCount = 0;
int... |
Forum: Java Sep 3rd, 2004 |
| Replies: 0 Views: 2,214 hi to everyone....
I got a problem with queries.... before i tell my problem, please look at the is code -
// employeeCode is ArrayList containing employee codes.
String query = "SELECT... |