TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Oracle Java SE

    Score8.1 out of 10
    N/AOracle Java SE is a programming language and gives customers enterprise features that minimize the costs of deployment and maintenance of their Java-based IT environment.N/A

    Visual Studio

    Score8.8 out of 10
    N/AVisual Studio (now in the 2022 edition) is a 64-bit IDE that makes it easier to work with bigger projects and complex workloads, boasting a fluid and responsive experience for users. The IDE features IntelliCode, its automatic code completion tools that understand code context and that can complete up to a whole line at once to drive accurate and confident coding.

    $45

    per month

    Pricing
    Oracle Java SEVisual Studio
    Editions & Modules
    No answers on this topic
    Professional
    $45.00
    per month
    Enterprise
    $250.00
    per month
    Offerings
    Pricing Offerings
    Oracle Java SEVisual Studio
    Free Trial
    NoNo
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Oracle Java SEVisual Studio
    Considered Both Products
    Oracle
    No answer on this topic
    Microsoft
    Chose Visual Studio
    Because it is the product that offers the most stable synchronization and compatibility in the market with Windows OS, in addition to a graphic environment and a variety of fundamental advanced options.
    Incentivized
    Key User Insights
    Would buy again
    96%
    Would buy again
    23 Answers
    98%
    Would buy again
    40 Answers
    Delivers good value for the price
    94%
    Delivers good value for the price
    16 Answers
    100%
    Delivers good value for the price
    40 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    24 Answers
    100%
    Happy with the feature set
    41 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    13 Answers
    100%
    Lived up to sales and marketing promises
    32 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    22 Answers
    100%
    Implementation went as expected
    36 Answers
    Best Alternatives
    Oracle Java SEVisual Studio
    Small Businesses
    GraalVM
    Score9.1 out of 10
    IntelliJ IDEA
    Score9.2 out of 10
    Medium-sized Companies
    Java Cloud
    Score8.8 out of 10
    PyCharm
    Score9.3 out of 10
    Enterprises
    GraalVM
    Score9.1 out of 10
    WebStorm
    Score9.6 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Oracle Java SEVisual Studio
    Likelihood to Recommend
    9.0
    (33 ratings)
    9.1
    (118 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    10.0
    (3 ratings)
    Usability
    9.0
    (3 ratings)
    9.2
    (15 ratings)
    Support Rating
    8.0
    (19 ratings)
    8.8
    (15 ratings)
    In-Person Training
    -
    (0 ratings)
    8.0
    (1 ratings)
    Online Training
    -
    (0 ratings)
    8.0
    (1 ratings)
    User Testimonials
    Oracle Java SEVisual Studio
    Likelihood to Recommend
    Oracle
    Oracle Java SE is well suited to long-running applications (e.g. servers). Java Swing (UI toolkit) is now rather outdated, lacking support for modern UI features. JavaFX, the potential replacement for Swing, has now been separated out of Java core. Ideally, there would be a path to migrate a large application incrementally from Swing to JavaFX, but due to different threading models and other aspects, it is difficult. At this point, it is probably better to use an embedded web browser (e.g. JxBrowser) to provide a modern UI in HTML/Javascript and keep just the business logic in Java.
    Incentivized
    Read full review
    Microsoft
    When working with base C# code for desktop and web projects, then Microsoft Visual Studio is ideal as it provides the libraries and interfaces needed to quickly create, test and deploy solutions. It is when slightly more complex scenarios are required that issues can arise. The built-in integration for things like PowerBI Paginated Reports and dashboards is far from ideal.
    Incentivized
    Read full review
    Pros
    Oracle
    • Plenty support built into the tool and IDE like Maven, Ant, Eclipse, IntelliJ.
    • Strong object-orientation language and clear project structure.
    • Wrapper underlines hardware and memory management so the developers can focus on business and implementation.
    • It offers a huge library and framework support from third-parties and the community.
    Incentivized
    Read full review
    Microsoft
    • I like how the tabs and panels are organized; everything is gathered together so you can find what you're looking for quickly.
    • If you can't find something, there's a thorough search engine that searches all of Visual Studio's features.
    • The Team Foundation Server feature is fantastic since it allows us to easily deploy and roll back changes on the server.
    Read full review
    Cons
    Oracle
    • Commercial Licensing in 2019. Oracle will charge commercial organizations using Java SE for upgrading to the latest bug fixes and updates. Organizations will now need to either limit their implementation of Java SE or may need to drop it altogether.
    • Slow Performance. Due to the all of the abstraction of the JVM, Java SE programs take much more resources to compile and run compared to Python.
    • Poor UI appearance on all of the major GUI libraries (Swing, SWT, etc.). Through Android Studio, it is easy to get a native look/feel for Java apps, but when it comes to desktops, the UI is far from acceptable (does not mimic the native OS's look/feel at all).
    Incentivized
    Read full review
    Microsoft
    • Would be great if there was a better way to save and restore open tabs.
    • The built-in test runner can be improved, for example, by adding the ability to save a set of commonly run tests, etc.
    • Better integration for Microsoft SQL server would be great.
    Incentivized
    Read full review
    Likelihood to Renew
    Oracle
    No answers on this topic
    Microsoft
    VS is the best and is required for building Microsoft applications. The quality and usefulness of the product far out-weight the licensing costs associated with it.
    Incentivized
    Read full review
    Usability
    Oracle
    Oracle Java SE provides the new features along with timely security patches. New features like Record patterns and pattern matching for switches are very useful. With every new release of Java, it is getting better. Sequenced collections are also an interesting feature added to Java. With all these new features, backward compatibility is also maintained.
    Incentivized
    Read full review
    Microsoft
    I love the overall usability of Microsoft Visual Studio. I’ve been using this IDE for more than 20 years, and I’ve seen it evolve by leaps and bounds. Today, with AI and code-suggestion/completion features, developers no longer need to remember countless libraries, methods, or language syntax, or invest a huge amount of programming effort to complete a project. It truly offers everything a developer needs to program, debug, test, and deploy in a single IDE.
    Incentivized
    Read full review
    Support Rating
    Oracle
    Java is such a mature product at this point that there is little support from the vendor that is needed. Various sources on the internet, and especially StackOverflow, provide a wealth of knowledge and advice. Areas that may benefit from support is when dealing with complex multithreading issues and security libraries.
    Incentivized
    Read full review
    Microsoft
    There are many resources available supporting Visual Studio IDE. Microsoft whitepapers, forum posts, and online Visual Studio documentation. There are countless demonstration videos available, as well. If users are having issues, they can call Microsoft Support, but depending on the company's agreement with Microsoft, the number of included support calls will vary from organization to organization. I've found that Microsoft support calls can be hit or miss depending on who you get, but they can usually get you with the right support person for your issue.
    Incentivized
    Read full review
    In-Person Training
    Oracle
    No answers on this topic
    Microsoft
    IT is very complicated to understand all the functions that the environment has if you are not familiar with this type of development environments. It is important to select a good in-person training to achieve to understand all the possibilities and the capacity of the application. In this case, you will be able to develop a lot type of different applications.
    Incentivized
    Read full review
    Online Training
    Oracle
    No answers on this topic
    Microsoft
    If you are not accustomed to develop in this type of development environments it would be complicated to follow all the parts of the course because if the course does not include a great tour with all the concepts to develop you will not have the option to understand all the functions.
    Incentivized
    Read full review
    Alternatives Considered
    Oracle
    Chose to go with Java instead of Python or C++ due to the expertise on the ground with the technology, for its ease of integration with our heterogeneous setup of production servers, and for the third party library support which we've found was able to address some challenging aspects of our business problem.
    Incentivized
    Read full review
    Microsoft
    I personally feel Visual Studio IDE has [a] better interface and [is more] user friendly than other IDEs. It has better code maintainability and intellisense. Its inbuilt team foundation server help coders to check on their code then and go. Better nugget package management, quality testing and gives features to extract TRX file as result of testing which includes all the summary of each test case.
    Read full review
    Return on Investment
    Oracle
    • The different versions make it harder to work with other companies where some use newer versions while some use older versions, costing time to make them compatible.
    • Licenses are getting to be costly, forcing us to consider OpenJDK as an alternative.
    • New features take time to learn. When someone starts using them, everyone has to take time to learn.
    Incentivized
    Read full review
    Microsoft
    • Using the integration between Visual Studio and our source control service, the cost of re-work and losing code is drastically reduced.
    • Paid versions of Visual Studio enable developers to be so much more productive than hacked-together open source solutions that it's hard to imagine developing in Windows without it.
    • When combined with support subscriptions and the vast array of free online help options available, Visual Studio saves our developers time by keeping them coding and testing, not wasting their time trying to guess their way out of problems or spend endless hours online hoping to find answers.
    Incentivized
    Read full review
    ScreenShots