victor kamat

Ranch Hand
+ Follow
since Jan 10, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by victor kamat

How can I control Eclipse Refresh ?
Can somebody please tell me how add a scroll bar to a textarea thru jsp.
I have a number of checkboxes on a Form.
Their name is SECTORS but they have different ids.
If the very first checkbox is checked I want to set the checked value to be true for all the others.
Can somebody please guide me how to do this using Javascript.
The following code is valid !!!


Note that if you call the t.run() (t is a thread)
the run() method executes but not in a separate thread.
It is worth noting that static methods cannot be abstract.
This is an excellent book, much better than Sierra Bates book
Keep in mind that after the concat() executes the value of str is still "Hello" and not "Hello World".

So a & e are correct.

If in concat()
str = this.str.concat(s)

then c & e would be correct.
Does it do it in the same thread or another thread ?
1. Child can access member of the parent if they are in the same package and the member's access is default, protected or public
2. Child can access member lf parent if child is not in same package as parent, and member's access is protected or public
2. Child can never access member if member is private.
I need to programmatically zip up a directory recursively.

Can you please guide me to what I should be looking.
16 years ago
Can somebody please recommend me good book on JAAS
16 years ago
Thnaks guys
16 years ago
I need to import 'javax.jcr.Resources' jar for a project.
Can somebody please tell me how I go about finding the site to download it from.
16 years ago
Harsh is coorect that the Mughal book is the right one -- much better than the Sierra/Bates book.