This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I could not able to understand the working of this constructor of Data class.According to me i think so that this constructor will be used as to create a copy of the database file called "db.db". I could'nt able to get the exact use of this constructor. Plz help me to find out the working of this constructor. public Data(String dbname, FieldInfo[] fields) throws IOException { ..... ..... .... ...... } Anurag Mishra
Raju, Gentle
Greenhorn
Joined: Sep 06, 2001
Posts: 28
posted
0
I have read some where that in good olden day the assignment required usage of this constructor. I guess the present assignment can be done with out the usae of this. So I would not bother about it and I would leave as it is
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Working of second constructor of Data Class