Re: Visual Studio 2005
- From: "Mads Peter Nymand" <madspeter@xxxxxxxxxx>
- Date: 8 Mar 2006 09:27:37 -0800
Thanks a lot for your answer Jon, that cleared things up pretty well.
The .NET framework is better organised than Java in terms of the
standard library being broken up into separate units of functionality.
If you don't need anything to do with System.Messaging, why make either
the compiler or the runtime load that assembly?
I see your point. Does the Java compiler and runtime have to load the
hole standard library (rt.jar) everytime you compile and run a java
program? If this is the case, it doesn't seem optimal. I always thought
that Java only loaded the packages specified in the import statements.
Mads Peter
.
- Follow-Ups:
- Re: Visual Studio 2005
- From: Jon Skeet [C# MVP]
- Re: Visual Studio 2005
- References:
- Visual Studio 2005
- From: Mads Peter Nymand
- Re: Visual Studio 2005
- From: Mads Peter Nymand
- Re: Visual Studio 2005
- From: Jon Skeet [C# MVP]
- Visual Studio 2005
- Prev by Date: Re: Suppress Window Form Caption Bar
- Next by Date: Making image colors transparent
- Previous by thread: Re: Visual Studio 2005
- Next by thread: Re: Visual Studio 2005
- Index(es):
Relevant Pages
|