If this is your product, you can request to edit it here.
Version Reviewing: present
"simple and easy use"
Summary:
good and easy use i am fist time use this tool and imaging my problems solve thanks
Version Reviewing: current
"Good start. Simple and easy to use."
Summary:
Looks like a great start for the tool. Appreciate the simplicity and ease of use. Looks like they have been refining and improving things since I first looked at it.
Version Reviewing: current
"Weak tool, bad UI, built to over-estimate quality"
Summary:
The tool itself is quite weak, and the UI looks and feels thrown together will little thought. This is not likely to go anywhere, and Evans is probably just wasting its time on it. The tool itself is likely by construction to skew evaluations towards the positive. Since rating seems to be only possible by writing a full-text review, Evans is likely to only get the extremes of the scale. And it's far more likely that someone will take the time to write an extensive review if they really like a product than if they really dislike it. I tried it out, but I'm not likely to visit this site again.
|
What does this code do?
public class Demo { public void method1() { synchronized (String.class) { System.out.println("on String.class object"); synchronized (Integer.class) { System.out.println("on Integer.class object"); } } }
Programming Language: Java