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

Netbeans


Company: Open Source

Average User Rating (6 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    Version Reviewing: 8.x

    "Versatile and intuitive"

    by vsmash on Feb 7, 2019 11:24 PM

    Summary:
    My primary use for Netbeans was php wordpress plugin development. Using netbeans and its plugins, I was able to automate obfuscation and minimisation of code on save so that the main source stayed on one branch and the cherrypicked minified code deployed. Having used Visual Studio, VSCode, phpstorm, sublime text and text wrangler, I find that this comprehensively supports the array of languages that I work with and the intellisense does not bring the IDE to a halt.

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    Version Reviewing: 7.2

    "awesome tool"

    by saroj kishan on May 31, 2013 1:10 PM

    Summary:
    easy access

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    "The best and powerful IDE for Java"

    by Amilton on Nov 15, 2011 11:11 AM

    Summary:
    I analyze a lot of java IDEs and Tools, NetBeans remains the best, with more features and support for developer. Neither commercial IDE had the powerful and excelente features and skills than NetBeans, and better of all, it's open source.

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    Version Reviewing: IDE 6.1 Mobility Pack

    "It is an good IDE for Java programming language that can be used as a generic framework to build any kind of MIDP application for mobile devices."

    by Balamurugan on Nov 11, 2011 5:31 AM

    Summary:
    It is an open-source application that allows developers to create desktop, Web and mobile applications on the Java platform. The NetBeans Integrated Development Environment (IDE) is a free program, while the NetBeans Platform has more advanced tools to create OS-independent applications. NetBeans IDE is powerful enough to create Web services with the Java programming language.

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    Version Reviewing: 6.9.1

    "Netbeans continues to be an easy to use but powerful IDE for Java (and more)."

    by William on Nov 10, 2011 2:27 PM

    Summary:
    Netbeans has been my IDE of choice for many years now. While offering top notch support for Java projects it also supports many other languages (including all the popular scripting ones, C/C++, etc). I use is exclusively for Java projects, and it offers the best mix of project management coupled with easy access to the "build" layer. Meaning I can easily add custom logic and actions to my builds. I hate it when an IDE hides this from the developer. In addition to this, Netbeans offers all the basics: version tools, debuggers, profilers, etc.

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


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!