- Java 9 Programming By Example
- Peter Verhas
- 166字
- 2021-07-02 23:37:28
NetBeans
NetBeans is supported by Oracle and is continuously developed. It contains components, such as the NetBeans profiler, that became part of the Oracle Java distribution. You may notice that when you start Visual VM and start the profiling, the Java process started has netbeans in its name.
Generally, NetBeans is a framework to develop rich client applications and the IDE is only one application of the many that are built on top of the framework. It supports many languages, not only Java. You can develop PHP, C, or JavaScript code using NetBeans and have similar services for Java. For the support of different languages, you can download plugins or a special version of NetBeans. These special versions are available from the download page of the IDE and they are nothing more than the basic IDE with some preconfigured plugins. In the C package, the developers configure the plugins that are needed when you want to develop C; in the PHP version, they plugin for PHP.
- Learning Python Web Penetration Testing
- Microsoft Application Virtualization Cookbook
- ASP.NET Core 5.0開發入門與實戰
- iOS開發實戰:從零基礎到App Store上架
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- Mastering Ext JS
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- 人工智能算法(卷1):基礎算法
- Mastering Elixir
- IBM Cognos TM1 Developer's Certification guide
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- 算法精解:C語言描述
- 系統分析師UML用例實戰
- Game Programming using Qt 5 Beginner's Guide