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

User Reviews

    RAMMap

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

    Version Reviewing: current

    "Portable and Useful"

    by Maricela on Aug 16, 2016 5:53 PM

    Summary:
    RAMMap is portable. It is a stand-alone software tool that allows you to see exactly how Windows assigns physical memory. This useful tool does not just display memory usage on an application or process basis, but it shows the the memory usage down to each individual file. Great product!

    Report post

    Was this review helpful? (1) (0)
  • Notepad++

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

    Version Reviewing: Notepad++ 6.9.1

    "Reliable Tool"

    by Maricela on May 18, 2016 11:52 AM

    Summary:
    Notepad++ 6.9.1 is very dependable and fast. It gets the job done without being complicated. It is fun to use!

    Report post

    Was this review helpful? (1) (0)
  • .net Framework

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

    Version Reviewing: 3

    ".Net Framework for developers and users is Reliable"

    by Maricela on Nov 14, 2011 5:20 AM

    Summary:
    The .NET Framework 3 adds some new features in several major technology areas; including: · Deep integration of Language Integrated Query (LINQ) and data awareness · ASP.NET AJAX for quickly creating more efficient, more interactive and highly-personalized Web experiences that work across all the most popular browsers. It is reliable and clever.

    Report post

    Was this review helpful? (2) (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!