C#vs Java在每台机器上运行?

C#vs Java在每台机器上运行?

问题描述:




我知道java可以在任何机器上运行。而C#正在与

java竞争。我刚从书店回来了。我发现没有一个C#书

声明它的应用程序可以在任何地方运行。我想知道C#是否是可靠的
OS可靠吗?


谢谢。 -Dale

Hi,

I know that java can run on any machine. And C# is competing with
java. I just came back from book store. I found that none of C# books
state that its application can run everywhere. I am wondering if C# is
OS dependable?

Thanks. -Dale



" dalewz" <哒**** @ yahoo.com>在消息中写道

news:d9 ************************** @ posting.google.c om ...

"dalewz" <da****@yahoo.com> wrote in message
news:d9**************************@posting.google.c om...


我知道java可以在任何机器上运行。而且C#正在与java竞争。我刚从书店回来了。我发现没有一本C#书说明它的应用程序可以在任何地方运行。我想知道C#是否可靠OS?
Hi,

I know that java can run on any machine. And C# is competing with
java. I just came back from book store. I found that none of C# books
state that its application can run everywhere. I am wondering if C# is
OS dependable?




错误的组,这个组是C ++,而不是C#或Java。
>
试试


新闻:comp.lang.java.programmer





news:microsoft.public.dotnet.languages.csharp

john



Wrong group, this group is for C++, not C# or Java.

Try

news:comp.lang.java.programmer

or

news:microsoft.public.dotnet.languages.csharp

john


dalewz写道:


我知道java可以在任何机器上运行。而且C#正在与java竞争。我刚从书店回来了。我发现没有一本C#书说明它的应用程序可以在任何地方运行。我想知道C#是否可靠OS?
Hi,

I know that java can run on any machine. And C# is competing with
java. I just came back from book store. I found that none of C# books
state that its application can run everywhere. I am wondering if C# is
OS dependable?



为了澄清,Java应用程序不能在任何机器上运行。


Java应用程序和.NET应用程序都在虚拟机中运行 - 这是在当前操作系统之上运行的



Java虚拟机机器已经移植到几个主流操作系统。 .NET虚拟机实际上只在MS

操作系统上流行。


..NET是标准化的 - 所以目前有一些项目移植

.NET运行时到其他平台。

-Luther



For clarification, Java applications do not run on any machine.

Java apps and .NET apps both run inside a virtual machine - something
that runs on top of your current operating system.

The Java virtual machine has been ported to several mainstream operating
systems. The .NET virtual machine is really only prevalent on MS
operating systems.

..NET is standardized - so currently, there are a few projects porting
the .NET runtime to other platforms.
-Luther


dalewz发布:
dalewz posted:


我知道java可以在任何机器上运行。而且C#正在与java竞争。我刚从书店回来了。我发现没有一本C#书说明它的应用程序可以在任何地方运行。我想知道C#是否可靠OS?

谢谢。 -Dale
Hi,

I know that java can run on any machine. And C# is competing with
java. I just came back from book store. I found that none of C# books
state that its application can run everywhere. I am wondering if C# is
OS dependable?

Thanks. -Dale



依赖于虚拟机的编程语言很糟糕。

-JKop


Programming languages that depend on a virtual machine are shit.
-JKop