m ali

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

Recent posts by m ali

Hi Ranchers,

I want to access the old posts/threads of 'Programmer Certification(SCJP)' by topic wise such as Threads,Generics & Collections, Innerclasses etc. Please anybody let me know, if there is such provision.

Thanks in Advance.
Thank you Chandra,

I got it.
Hi Keith,

But we are declaring here the collection as type-safe number. Integer is a Number and Double is a Number? Why the above code fail to compile? please explain?

Thanks in advance.
Hi ranchers,

In the above post, Dont we need to check all the members variables of the class are equal or not along with the object's hashcode to ensure that the two objects of 'SortOf' class are equal??

Please clarify

Thanks in Advance.
hey its count is 10, including the starting and ending... doesn't it?

Thanks.
Hi Guys,

Thanks to one and all, for such nice explanations.
Hi Chandra,

Thanks for the nice example.
Hi All,

Everytime I am confusing with the questions like "How many objects eligible for garbage collection when the given code completes?". Please anyone explain me some points or tips to get out of from this type of questions.

Thanks in Advance.
Hi Chandra,

Thanks for Explanation. I got it.

Thank you.
Hi All,

Why the following code giving UnsupportedOperationException at Line1 when running the program? Can't we able to remove a value from list, which is converted from an array? please explain?


Thanks in Advance.
Hi All,

Why the following code not giving the compile time error, please explain anyone?


Source: Certified java programmers exam question of the day(eXamulator).

Thanks in advance.