Maulik Pokiya

Greenhorn
+ Follow
since Dec 23, 2010
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 Maulik Pokiya

hi all.

i want to know that what is the difference between CX 310-085 JAVA EE 6 JSP Servlet developer exam and
CX 310-083 JAVA web component developer exam.

which is better that i should prefer? and also suggest the material for the same.

thanks
Thanks to Stephen van Hulst and Steve Luke for helping me it will sure going to help me a lot!!!
hi, I am appearing for scjp. In many codes I had seen synchronized() code blocks. but I don't know what's the diff. between all these.
please help me that what is the diff between all foll. syntaxes of synchronized() and any other.

synchronized(System.out) {}

synchronized(new String("a")) {}

synchronized("A") {}

synchronized(this) {}

synchronized(Thread.currentThread()) {}