Ali Macky

Greenhorn
+ Follow
since Mar 28, 2002
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 Ali Macky

Thanks Jose - that puts a lot more light on the subject.
Consider the following example

The result of the above:
 Both are equal
Therefore I concluded that none of the objects from that loop are eligible for garbage collection since what we will have is a literal string for each iteration of the loop.
Am I correct?
Thanks zarina, that helps. I was thinking that exception was not even thrown...hence why it was not caught.
I am having a problem with this question in the rules round-up game:
TRUE or FALSE: If an exception is not
caught, the finally block will run and the
rest of the method is skipped.
Answer: TRUE
The finally block will always run if an
exception is thrown, and then the exception
is immediately passed to the calling method.
My answer was FALSE. The finally block is executed whether or not an exception is thrown and then the rest of the method is executed, right?
Congratulations!!
21 years ago
You do not need to create an object of the base class. You can access the users variable directly.
thank u
21 years ago
What io stream should I use to download files from my server?
21 years ago