answersLogoWhite

0

Is Net Beans a compiler

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

No, netbeans is not a compiler. It is an IDE. I hope it will help.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is Net Beans a compiler
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the work of compiler in dot net?

It translates the .NET-compatible code (i.e. VB, C#) to MSIL code, then, on demand, the JIT compiler compiles it to machine code.


What is the role of the JIT compiler in NET Framework?

JIT compiler is responsible for compiling the code before execution. And there are many types.


Which Compiler is used in visual basic?

visual basic has it's own compiler that Microsoft developed for it I think it was called vbcomp


What was the first bean to be discovered?

net beans


What is the role of the JIT compiler in .NET Framework?

The JIT compiler is an important element of CLR, which loads MSIL on target machines for execution. The MSIL is stored in .NET assemblies after the developer has compiled the code written in any .NET-compliant programming language, such as Visual Basic and C#.JIT compiler translates the MSIL code of an assembly and uses the CPU architecture of the target machine to execute a .NET application. It also stores the resulting native code so that it is accessible for subsequent calls. If a code executing on a target machine calls a non-native method, the JIT compiler converts the MSIL of that method into native code. JIT compiler also enforces type-safety in runtime environment of .NET Framework. It checks for the values that are passed to parameters of any method.For example, the JIT compiler detects any event, if a user tries to assign a 32-bit value to a parameter that can only accept 8-bit value.


What creates the metadata tables contained in a .NET Framework portable executable PE file?

jit compiler


What is the net worth of omega el fuerte?

A beer and a plate of rice and beans


How many types of compiler naming in list?

cross compiler . hybird compiler . post compiler. ideal compiler. intelligence compiler.


Which software is best for restaurant management?

Visual Studio / Net Beans


What is DML Compiler?

What is difference between Compiler and DML Compiler


Can java beans be compiled through bluej?

Of course. A JavaBean is just a specially formatted class. Any Java compiler (or an IDE like BlueJ) will be able to compile it.


What are the difference between a compiler design and a compiler?

In Compiler there is no design word ,whereas in compiler design there is design word