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

upender's Profile



upender



Reviews
4
Helpful: 0


Code of the Week
0
Won: 0

User Reviews

    win cloud

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

    Version Reviewing: 9

    "powerful online code editor with a full Ubuntu workspace in the cloud"

    by upender7380 on Jun 9, 2016 12:02 AM

    Summary:
    online platform for development that makes developing applications

    Report post

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

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

    Version Reviewing: 3

    "every task on a single screen"

    by upender7380 on Jun 8, 2016 11:58 PM

    Summary:
    shared tool to help them stay aligned and to visualize their work very nice tools .

    Report post

    Was this review helpful? (0) (0)
  • Easy Query Builder

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

    Version Reviewing: 2.0

    "MY friends good tools i have use"

    by upender7380 on May 4, 2012 10:10 AM

    Summary:
    Easy Query library allows you to add custom reporting solution with user-friendly SQL query builder into your application or web-site. Supports different platforms.Visual SQL Server query building as well as direct editing of a query text is available. User-friendly graphical interface allows you to connect to SQL Server

    Report post

    Was this review helpful? (0) (0)
  • Visual Basic for Applications (VBA)

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

    Version Reviewing: 6.0

    "VBA Important Limitations"

    by upender7380 on Feb 21, 2012 8:38 AM

    Summary:
    That is the good.On a side note, VBA macros can (obviously) be created with a malicious intent. Using VBA, most of the security features lie in the hands of the user, not the author. The VBA 'host-application' options are accessible to the user. The user who runs any document containing VBA macros can preset the software with user preferences, much like those for web browsers. End-users

    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!