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

akourkey's Profile



akourkey



Reviews
13
Helpful: 4


Code of the Week
0
Won: 0

User Reviews

    DDMS

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

    "Good addition to your tool set"

    by akourkey on Nov 12, 2015 2:10 PM

    Summary:
    Ships with Android Studio - it's a decent debugging tool for Java

    Report post

    Was this review helpful? (0) (0)
  • IBM Rational Purify

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

    "Try Bluemix"

    by akourkey on Nov 12, 2015 2:08 PM

    Summary:
    All of the IBM tools have been folded into their Bluemix product - includes cloud hosting

    Report post

    Was this review helpful? (0) (2)
  • TortoiseGit

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

    "Great for GIT"

    by akourkey on Nov 12, 2015 2:07 PM

    Summary:
    Goof visual tool for GIT projects!!

    Report post

    Was this review helpful? (1) (0)
Prev    [ 1 2 ]    Next

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!