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.
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes Working of second constructor of Data Class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "Working of second constructor of Data Class" Watch "Working of second constructor of Data Class" New topic
Author

Working of second constructor of Data Class

Anurag Mishra
Ranch Hand

Joined: Sep 27, 2001
Posts: 133
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
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
 
Similar Threads
how to display the resultset into the JTabel ?
Free JQPlus V5 Alpha for SCJP 5.0
Mail Data using packets
ExamLab for SCJP 6.0 free simulator
NullPointerException at the SessionFactory create line.