Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

ME YOU's Profile



ME YOU



Reviews
2
Helpful: 0


Code of the Week
0
Won: 0

User Reviews

    Capsa Free

    Company: Microsoft
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 4

    "Capsa Free is a network analyzer that allows you to monitor network traffic"

    by ME YOU on Jun 9, 2016 1:42 AM

    Summary:
    troubleshoot network issues and analyze packets. Features include support for over 300 network protocols

    Report post

    Was this review helpful? (0) (0)
  • WinDbg

    Company: Microsoft
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 6.12

    "Advanced Windows Memory Dump Analysis with Data Structures"

    by ME YOU on Jun 9, 2016 1:27 AM

    Summary:
    Debugging Tools for Windows offers to help rid a computer of pesky bugs, but an overly simple interface and a too complicated Help.

    Report post

    Was this review helpful? (0) (0)


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

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

Newsletter

Get weekly reviews sent directly to your inbox!