-
(C# == Compiled Language) || (C# == Interpreted Language)
Hi!
2 Questions:
Is C# compiled to byte code like JAVA (which is then interpreted) or is it
compiled to the machines native code
(e.g. assembly)?
How fast is C# relative to C++ and JAVA, respectively?
Bye,
Julio ;-)
-
Re: (C# == Compiled Language) || (C# == Interpreted Language)
Neither.
It is compiled to an Intermediate Language (sort of a high level machine
language) for distribution purposes and then translated by the loader to the
machine's native language.
Neat huh?
As for speed, you will have to wait for the final release of the product.
Microsoft gets mad if we talk benchmarks of Beta code.
"Julio C. Silva" <portugal@wpi.edu> wrote in message
news:3a12d716@news.devx.com...
>
> Hi!
>
> 2 Questions:
>
> Is C# compiled to byte code like JAVA (which is then interpreted) or is it
> compiled to the machines native code
> (e.g. assembly)?
>
> How fast is C# relative to C++ and JAVA, respectively?
>
> Bye,
>
> Julio ;-)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|