I have some questions, hope you help me.
1) I have a directory with 49 files, I want to read
each of the files in a directory and create another
directory with 49 files. I mean I read from the first
files and create the second files in another
directory. Would you please tell me how should I
manage to do it? I mean what is its code?
2) I want to delete the space from my string, I know
it there is a function “trim()” , but I don’t know how
should I use it?
3)is it possible that in Java, I have 3 tables, I want
to read from one table and write in another table. I
have difficulty with working with “insert into ….” ,
how should I do it?
Would you please show me a sample of it?
4) in one of my classes, I call another class by
creating a new of it, but it says it is not possible
and says that it doesn’t resolve the name of the
class. What is its problem?
I am working with JDK 1.4 and textpad 4.7 ,