Abdul Mifraz

Greenhorn
+ Follow
since Mar 27, 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 Abdul Mifraz

it's simply like this:

when ever the code meets a line synchronized( <ref> ) the code should
then get a lock on the <ref> we have provided. without the lock the
code cannot continue from there. so it will wait till the lock is allocated
to the thread witch requesting it. so for the example



hope this help...


[ June 04, 2008: Message edited by: Abdul Mifraz ]

[ June 04, 2008: Message edited by: Abdul Mifraz ]
[ June 04, 2008: Message edited by: Abdul Mifraz ]
hi Serch Hdez,

in your example the Animal class was not serialized at all. thats because only the dog class implements the Serializable interface so the field's of that particular class is stored in the file. rest is ignored(Animal Class because it doesn't implement the Serializable interface). when the class in reconstructed the initial values are assigned to the animal class fields.

The superclasses of your serialized classes need not be Serializable. However, those superclass fields won�t be saved/restored. The fields will be restored to whatever you would get running the non-arg constructor.

Regards,

Mifraz
[ May 12, 2008: Message edited by: Abdul Mifraz ]
ha.lo.ha Ranches,

Tankz for the replies. thankz all. i was confused about the animation and other stuff were also done by ajax. Frank Zammetti cleared it.

Thanks all again...

Regards,
Mifraz
Dear ranches,

Is Ajax a technique for communication between client & server or is it contain more than that. i know that the technique is use for communication but can we do more than that using Ajax. i mean do Ajax has some other purpose as well?

Regards,
Mifraz Marzoon
(SCJP)
hi ranchers,

i took the scjp exam today and got 87% . really happy about the score... I like to thank the authors of the K&B book (Thank you very much.. ) co�z that the only thing I used as my study material. Also I did a lot of mock exams in the net which offer for free. big thanks for them .

(javablackbelt.com is also a nice place to learn )

Hooray�..

Regards,
Abdul Mifraz Marzoon .
17 years ago