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

WarmBooter's Profile



WarmBooter



Reviews
1
Helpful: 0


Code of the Week
0
Won: 0

User Reviews

    RAD Studio

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

    Version Reviewing: Berlin 10.1

    "Totally RAD"

    by WarmBooter on May 12, 2018 6:02 AM

    Summary:
    RAD Studio/Delphi is still the best (true) RAD (Rapid Application Development) IDE. You can do everything you want using Delphi, from games, graphics tools, to commercial applications, database applications, ERPs, Web applications, etc. Not to mention the fact that it can generate desktop (Windows and Mac) and mobile applications (iOS and Android), using the same code base (written in Pascal or C/C++)! When Delphi was released in the 90's, it revolutionized the Windows applications development. Since them, the tool evolved at every new release, without loosing its RAD capabilities. Windows applications are compiled to native code, meaning you can get really fast executable. RAD Studio talks to almost any database on the market, and the number of third party components available is huge. If you need a tool that will allow you to code good applications in the shortest time, look no further!

    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!