Re: [xml-dev] Speed in Languages and Browser Architectures

From
Mukul Gandhi <>
To
Rick Marshall <>
Date
2007-03-03T07:11:59Z
ID
<>
Thread
Re: [xml-dev] Speed in Languages and Browser Architectures
On 3/3/07, Rick Marshall <> wrote:
> over the years the definition and libraries have changed - but string is
> a library, not a language concept.

But in case of Java, I would say, String (in java.lang package) is
very much part of the Java language.

JDK documentation says following about java.lang package - Provides
classes that are fundamental to the design of the Java programming
language.

For performance reasons, we could use StringBuffer & StringBuilder
(introduced in JDK 1.5) classes.

-- 
Regards,
Mukul Gandhi