Mrinal Roy

Greenhorn
+ Follow
since Oct 19, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mrinal Roy

My problem is .java file has references to multiple classes outside the main. How to save these classes - in same main method file or in separate files? And how to name the files for these class references?
16 years ago
I am preparing for SCJP 5. I am following K&B book to get a good funda. But what the book lacks is programming exercises/project exercises. Can anybody suggest a book which gives lot of programming exercises (both written and unwritten) to be done by students.
17 years ago
Kindly guide me whether there are good opportunity for SCJP 5 certified fellows after 7 years of hard core Mechanical Engineering experience, like me. I am planning to take SCJP in a couple of months.
17 years ago
I can see the things clearer. Thanks to Prabhu, Divya and John.
17 years ago
If we extend a class it is obvious that the members (of superclass) are implemented in the subclass. Also if we import a class(of a package) we can use its public methods (as if the importing methods are implemented in the current class itself).

Then how does import differ from extend in its functionality?
17 years ago