Search Results

Search: java String class
Category: The Web
Matches: 195 result(s)
Date: 5/24/2004 10:23:18 PM
Search mode: All the words
Sorted by: Score descending
Java 2 Platform SE v1.3.1: Class String
... FIELD | CONSTR | METHOD. java.lang. Class String. java.lang.Object | +-- java.lang.String ... The String class represents character strings. All string literals in Java programs, such ...
http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html - 96%
Result found by: HotBot, MSN Web Search, Yahoo!, AltaVista, FAST Search (alltheweb.com), Teoma, AOL Search, Lycos, WiseNut, LookSmart

String (Java 2 Platform SE v1.4.2)
... DETAIL: FIELD | CONSTR | METHOD. java.lang. Class String. java.lang.Objectjava.lang.String ... The String class represents character strings. All string literals in Java programs, such as ...
http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html - 94%
Result found by: HotBot, MSN Web Search, Yahoo!, AltaVista, FAST Search (alltheweb.com), Teoma, Lycos

ColdFusion MX Un-Documentation - String Object java.lang.String
... returns the character at a specified position. See java.lang.String documentation for more methods. Note that the java.lang.String class has changed in Java 1.4 so if your ...
http://www.cfdev.com/mx/undocumentation/string.cfm - 91%
Result found by: HotBot, MSN Web Search, Yahoo!, AltaVista, Lycos, WiseNut, LookSmart, AOL Search

Mike95 : C++ Code : C++ Classes : JString - - Full C++ string library derive...
... Another problem was using a specific string class in C++ for many weeks and then when switching over to the Java language -- simply programming with the Java string class was a re-learning process ...
http://www.mike95.com/c_plusplus/classes/JString/ - 87%
Result found by: HotBot, MSN Web Search, FAST Search (alltheweb.com), Teoma, Lycos, WiseNut, LookSmart

Class java::lang::String
... Method | Field. java::lang. class String. Superclasses: ... Use this method to extract the characters from a Java String instance. When youre using C++ streams, you probably never ...
http://www.gigaspaces.com/docs/CPP/docs/refguide/java_lang_String.html - 86%
Result found by: Yahoo!, WiseNut, LookSmart

Interactive Programming In Java
Interlude: A Community of Interacting Entities. Overview. This interlude provides a whirlwind introduction to most of the basic concepts of Java programming. ... In fact, in Java a String can be almost any sequence of characters typed between two double-qu
http://www.cs101.org/ipij/interlude-stringXformers.html - 86%
Result found by: HotBot, MSN Web Search, FAST Search (alltheweb.com), Lycos

OOP in Java Slide 13: String Class
OOP in Java: String Class. String Class. Two classes for strings: String, for constant strings. StringBuffer, for strings that can change. Why use String? Creating Strings and StringBuffers
http://java.icmc.sc.usp.br/java_course/OOPjava.sld13.html - 86%
Result found by: AltaVista, FAST Search (alltheweb.com), Yahoo!

The String Class
1.1Exploring the String Class. 1. 1.1.1Construction. 1. 1.1.2Some fun with the String class. 1. 1.2Comparing Strings. 2. 1.3Interning. 3. 1. The String Class. AG 161 ... Do not confuse the Java String class with char[]. The latter is just an array of chara
http://home.san.rr.com/sram/L4-Strings.htm - 86%
Result found by: HotBot, MSN Web Search, AltaVista, FAST Search (alltheweb.com), Lycos, Yahoo!

Xalan-Java 2.5.2: Class TransformerFactory
... abstract void setAttribute(java.lang.String name, java.lang.Object value) Allows the user to set ... ... import, or xsl:include. Methods inherited from class java.lang.Object equals, getClass, hashCode ...
http://xml.apache.org/xalan-j/apidocs/javax/xml/transform/TransformerFactory.html - 86%
Result found by: WiseNut, LookSmart

Boyer-Moore string search class in Java
Significantly faster than String.indexOf for large strings. [Open Source]
http://www.theorem.com/java/BM.java - 85%
Result found by: Open Directory Project

Chapter 10 -- Working with Java Strings
... The String Class. The Java String class, a part of the java.lang package, is used to represent ... in Table 10.2. The Java String class is meant to hold text ...
http://www.docs.rinet.ru:8080/WebJPP/ch10.htm - 84%
Result found by: Yahoo!, AltaVista, FAST Search (alltheweb.com)

Digester (Digester - XML to Java Object Configuration (Version 1.5))
... void addFactoryCreate(java.lang.String pattern, java.lang.Class clazz) Add a "factory create ... ... void addFactoryCreate(java.lang.String pattern, java.lang.Class clazz, boolean ...
http://jakarta.apache.org/commons/digester/api/org/apache/commons/digester/Digester.html - 84%
Result found by: WiseNut, LookSmart

string class in java
... HTML and Browsers. string class in java. manjumurthy. Inactive Member ... want to know if there is any method available to check if the entered string contains only characters or numerics ...
http://www.webmasterworld.com/forum21/752.htm - 84%
Result found by: MSN Web Search, AltaVista, FAST Search (alltheweb.com), Lycos, Yahoo!, HotBot, Teoma

The Code Project - The XString Class - String
Free source code and tutorials for Windows developers. ... It combines features of the Java String and StringBuffer classes. Like the Java "String" class, the XString class has the functions indexOf(), lastIndexOf(), startsWith(), endsWith ...
http://www.codeproject.com/string/VmXstring.asp - 84%
Result found by: HotBot, MSN Web Search, AltaVista, FAST Search (alltheweb.com), Lycos, AOL Search, Yahoo!

Characters and Strings
... Note to C and C++ Programmers: Java strings are first-class objects, unlike C and C++ strings, which are simply null-terminated arrays of 8-bit characters. ..
http://java.sun.com/docs/books/tutorial/java/data/strings.html - 83%
Result found by: AOL Search

Softhema Group
JPA-API (Java Process Automation API) executing and remote controlling of external applications, access to user interfaces through Java. JTC-API (Java Toolkit Collection API) Class library with useful extensions for file access, text processing, string man
http://www.softhema.de/ - 83%
Result found by: Open Directory Project

Class java.lang.String
Class java.lang.String. java.lang.Object | +---- java.lang.String. public final class String. extends Object. A general class of objects to represent character Strings. Strings are constant, their values cannot be changed after creation.
http://www.epm.ornl.gov/java/docs/java.lang.String.html - 82%
Result found by: MSN Web Search, Yahoo!

Using Regular Expressions in Java
Learn how to use the regular expression classes that are part of the JDK 1.4 and later. ... Quick Regex Methods of The String Class. The Java String class has several methods that allow you to ... a regular expression on that string in a minimal amount of
http://www.regular-expressions.info/java.html - 82%
Result found by: MSN Web Search, AltaVista, FAST Search (alltheweb.com), AOL Search, Lycos, Yahoo!, HotBot

Chapter 36 -- The Java Class Libraries
Chapter 36. The Java Class Libraries. CONTENTS. The Packages. The java.lang Package. Data-Type Wrappers. Example: Using the Data-Type Wrappers. The System Class. Example: Getting System Properties. The Math Class. The String Class
http://www.docs.rinet.ru:8080/KofeynyyPrimer/ch36.htm - 81%
Result found by: AltaVista, FAST Search (alltheweb.com), Yahoo!

Class java.lang.String
Class java.lang.String. java.lang.Object | +---- java.lang.String. public final class String. extends Object. implements Serializable. The String class represents character strings. All string literals in Java programs, such as " abc",
http://www-ist.massey.ac.nz/csnotes/java_api/java.lang.String.html - 81%
Result found by: AltaVista, FAST Search (alltheweb.com)

Java - String Class
...import java.io.*; public class Week303 { public static void main (String[] args)throws IOException { String myString, myOperator;
http://monolith.chem.soton.ac.uk/~hongchen/computing/java/java-core/stringclass.htm - 81%
Result found by: Teoma

Java Quick Reference - java.lang Package - String Class
... Tips & Traps. Mock Exams. Case Studies. SCJA Notes. SCJD Notes. Projects. Favourite Links. About. Feedback. The java.lang Package Certification - String Class. ..
http://www.janeg.ca/scjp/pkglang/string.html - 81%
Result found by: FAST Search (alltheweb.com), AOL Search, Teoma

Prevent mistypings to the String class
... causes no errors at any time, not even at test time), avoiding mistyping to the String class allows you to take full advantage of the Java language's inherent ..
http://www-106.ibm.com/developerworks/java/library/j-string/ - 81%
Result found by: AOL Search

C++ Programming HOW-TO: Usage of String class
NextPreviousContents. 5. Usage of String class. Take notice, this String class is not the same as the string class implemented in the Standard C++ Library. ... String class has the same name as that...
http://www.linuxselfhelp.com/HOWTO/C++Programming-HOWTO-5.html - 80%
Result found by: HotBot, MSN Web Search, FAST Search (alltheweb.com), Lycos, AOL Search

Chapter 10 -- Working with Java Strings
... The String Class. The Java String class, a part of the java.lang package, is used to represent strings of characters. Unlike C and ..
http://docs.rinet.ru/WebJPP/ch10.htm - 80%
Result found by: AOL Search

Mike95 : C++ Code : C++ Classes : JString - - Full C++ string
Mike95 : C++ Code : C++ Classes : JString - - Full C++ string library derived from the Java String class library. :
http://www.mike95.com/c_plusplus/classes/JString/JString_cpp.asp - 80%
Result found by: Teoma

Appendix A5: Java's String types
... Instead it supplies two String classes; the java.lang.String class provides an unchangeable String object and the java.lang.StringBuffer class provides a ..
http://www.scism.sbu.ac.uk/jfl/Appa/appa5.html - 79%
Result found by: AltaVista, FAST Search (alltheweb.com), AOL Search, Yahoo!

OOP in Java Slide 14: String Class
OOP in Java: String Class. Strings and the Java Compiler. The Java compiler uses the String and StringBuffer classes behind the scenes to handle literal strings and concatenation. Literal Strings. " Hello World!"
http://java.icmc.sc.usp.br/ooc_course/OOPjava.sld14.html - 79%
Result found by: AltaVista, FAST Search (alltheweb.com), Yahoo!

RDF API Draft Revision 2001-01-19: Interface ContentHandler
... importantly makes it very hard to see what a class really depends on. Since: SAX 2.0 See Also ... ... of the end of a document. void endElement(java.lang.String namespaceURI, java.lang.String localName ...
http://www.db.stanford.edu/~melnik/rdf/api-doc/org/xml/sax/ContentHandler.html - 79%
Result found by: WiseNut, LookSmart

Java: String Overview
... String, The basic class for strings. ... StringTokenizer, Used to break a String into tokens (words ... Pattern, Matcher, JDK 1.4 added java.util.Pattern and Matcher to do ..
http://leepoint.net/notes-java/25data/25strings/10stringoverview.html - 78%
Result found by: AOL Search

Verifier (JDOM API)
... from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait Method Detail checkElementName public static java.lang.String ...
http://www.jdom.org/docs/apidocs/org/jdom/Verifier.html - 77%
Result found by: WiseNut, LookSmart

C++ Programming HOW-TO: Usage of String class
NextPreviousContents. 6. Usage of String class. To use String class, you should first refer to a sample program "example_String.cpp" given in Appendix A and the String class which is given in Appendix A. ... String class has the same name as that of Java l
http://www.linuxdocs.org/HOWTOs/C++Programming-HOWTO-6.html - 76%
Result found by: HotBot, MSN Web Search, FAST Search (alltheweb.com), Lycos

Class java.lang.String
Class java.lang.String. java.lang.Object | +---- java.lang.String. public final class String. extends Object. implements Serializable. The String class represents character strings. All string literals in Java programs, such as " abc"
http://projects.coe.tamu.edu/java/api/java.lang.String.html - 76%
Result found by: HotBot, MSN Web Search, Lycos

Class java.lang.String
Class java.lang.String. Object | +---- java.lang.String. public final class String. extends Object. implements Serializable. The String class represents character strings. All string literals in Java programs, such as " abc",
http://www.cs.fiu.edu/~sdbtools/VisualCafe/Documentation/Java/java.lang.String.html - 76%
Result found by: Yahoo!, WiseNut, LookSmart

java string replace (new)
java string replace. java sun. java swing. java swing component. java swing download. java swing free book. Overview Package Class Use Tree Deprecated Index Help JavaTM2 Platform Std. Ed. v1.3.1. PREV CLASS NEXT CLASS. FRAMES NO FRAMES.
http://moneyballs.org/pyramid-collection13.htm - 76%
Result found by: Yahoo!

Log4j Version 1.2.8: Class LogManager
... from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait Field Detail DEFAULT_CONFIGURATION_FILE public static final String ...
http://logging.apache.org/log4j/docs/api/org/apache/log4j/LogManager.html - 76%
Result found by: WiseNut, LookSmart

Reverse Engineering Java - String class not found
When I reverse engineer my java source = code ... to = resolve Qualified Name String". I realize it is trying to = find the "string" class, but I do...
http://www.rational.com/HyperMail/rose_forum/mailfiles/rose_forum.9812 - 76%
Result found by: Teoma

OOP in Java Slide 13: String Class
OOP in Java: String Class. String Class. Two classes for strings: String, for constant strings. StringBuffer, for strings that can change. Why use String? ..
http://java.icmc.usp.br/java_course/OOPjava.sld13.html - 75%
Result found by: AOL Search

The Java String class
The Java String class . Strings are sequences of characters, such as .hello. . Java does not have a builtin string type, but the standard Java...
http://www.wvutech.edu/mclark/Software Engineering/Java Lectures/Java String class.pdf - 75%
Result found by: Teoma

API Documentation for Servlets and JSP: Interface ServletContext
... a different purpose than java.lang.Class.getResource , which looks up resources based on a class loader. This method does not use class loaders. Parameters: path - a String specifying the path to ...
http://www.vettetop100.com:8080/docs/api/javax/servlet/ServletContext.html - 74%
Result found by: WiseNut, LookSmart

C++ Programming HOW-TO: Usage of String class
Usage of String class To use String class, you should first refer to a sample program "example_String.cpp" given in Appendix A and the String class which is given in Appendix A.
http://cs.wwc.edu/LDP/HOWTO/C++Programming-HOWTO-6.html - 74%
Result found by: MSN Web Search, FAST Search (alltheweb.com), Lycos, HotBot

Java Jem: String Class
String Class. Topic Notes. String Class. The String object is immutable.
http://www.michael-thomas.com/tech/java/javacert/JCP_String.htm - 74%
Result found by: Teoma, Yahoo!

Java String Literals
Sign up for NetZero Internet Access today! Only $9.95 per month. Java String Literals. string short intro. assignment. Run all the examples. Java uses the class String to manipulate strings
http://johnmar.freeservers.com/java/java_string_literals.htm - 74%
Result found by: AltaVista, MSN Web Search, Lycos, HotBot, Yahoo!

Class java.lang.String
... java.lang.String. public final class String. extends Object. implements java.io.Serializable, java.lang.Comparable. The String class represents character ...
http://www-ai.cs.uni-dortmund.de/LEHRE/VORLESUNGEN/GVPR/1998WS/STUDIS/LOESUNGEN/BLATT13/DOKU/java/lang/String.html - 73%
Result found by: Yahoo!

DocumentHandler (xmlrpc 2.0-a1-dev API)
... to implement the entire interface can derive a class from HandlerBase, which implements the default ... ... of the end of a document. void endElement(java.lang.String name) Receive notification of the end of ...
http://ws.apache.org/xmlrpc/apidocs/org/xml/sax/DocumentHandler.html - 73%
Result found by: WiseNut, LookSmart

Java Strings
... week's topic we look at the capabilities of class String and class StringBuffer from the java.lang package ... be called from the String class on the Java API. This means ...
http://edtech.it.bton.ac.uk/esystems/modules/fd132/strings/stringsmainsource.html - 73%
Result found by: AltaVista, FAST Search (alltheweb.com), Yahoo!

v06, i12: Listing 2: stringlib.java -String class for the vGen byte
Listing 2: stringlib.java -String class for the vGen byte code...
http://www.xeroxparc.net/sysadmin/html/v06/i12/a3_l2.htm - 73%
Result found by: Teoma

Java Class
Java Class. Java is designed to be an object oriented language for deploying secure, multithreaded network applications (both clients and servers). Prolog is ideal for building intelligent components, expert systems and logic-bases. ... the Java method tha
http://www.amzi.com/manuals/amzi6/ls/lsajava.htm - 72%
Result found by: AltaVista, HotBot, Lycos, Yahoo!, MSN Web Search

Learn Java (How-To): Breaking Java Strings into tokens with ... (new)
... ago"; A simple snippet of code to break that sentence into individual words using Java's StringTokenizer class would look like this: String speech = "Four ..
http://www.devdaily.com/java/edu/pj/pj010006/ - 72%
Result found by: AOL Search

: Class Regex
... static java.lang.String version() The version of this package Methods inherited from class com ... ... lang.String, int) equals public boolean equals(java.lang.Object o) Overrides: equals in class java ...
http://www.javaregex.com/doc/com/stevesoft/pat/Regex.html - 71%
Result found by: WiseNut, LookSmart

Class java.lang.String
... Class java.lang.String. java.lang.Object | +-- java.lang.String ... Serializable, Comparable. The String class represents character strings. All string literals in Java programs, such ...
http://www.npac.syr.edu/projects/tutorials/docs/Sun/jdk1.2/docs/api/java/lang/String.html - 70%
Result found by: Yahoo!

Interaction between the java.lang.String class and Java’s Primary
This document was: Excellent Needs Work Fair ... Interaction between the java.lang.String class and Java’s Primary Data Types...
http://www.sybase.com/detail/1,6904,1009614,00.html - 70%
Result found by: Teoma

JSP v1.1 and Servlet v2.2 API Reference: Interface ServletContext
... getAttribute(java.lang.String) to retrieve the attribute's value will return null . Parameters: name - a String specifying the name of the attribute to be removed Overview Package Class Use Tree ...
http://www.me.go.kr:8080/docs/api/javax/servlet/ServletContext.html - 69%
Result found by: WiseNut, LookSmart

UTD CS5336: Java Programming Class 3
Java Programming by: Dr. Qi Ning UTD CS 5336 Fall 1999 Class 3: String Class and File Attributes: class java.io.File Date: 9/10 1. class java.lang.String String is a class in the package java.lang.
http://www.utdallas.edu/~qining/cs5336.fall99/c3.html - 69%
Result found by: MSN Web Search, FAST Search (alltheweb.com), Lycos, HotBot

C++ Programming HOW-TO: Usage of String class
Usage of String class. Take notice, this String class is not the same as the string class implemented in the Standard C++ Library. This special String class is a "home-made" String class, made to help Java programmers convert to C++. ... same as that of Ja
http://www.be.itu.edu.tr/LDP/HOWTO/C++Programming-HOWTO-5.html - 68%
Result found by: FAST Search (alltheweb.com)

Interaction between the java.lang.String class and Javas Primary Data...
Interaction between the java.lang.String class and Javas Primary Data Types Summary: This document discusses java programming techniques used to convert the java.lang.String class to the primitive...
http://www.sybase.com/detail/printthis/1,6907,1009614,00.html - 68%
Result found by: FAST Search (alltheweb.com), MSN Web Search, Lycos, HotBot

Java Programmers FAQ
... fileN.java */ import java.io.*; class crlf { public static void main(String s[]){ byte b[]; byte p; FileInputStream is; BufferedOutputStream os; File f; for ..
http://www.faqs.org/faqs/computer-lang/java/programmers/faq/ - 68%
Result found by: AOL Search

SpellChecker
... java.lang.String, java.net.URL) . The name is conventionally of the form: language/name or simply language . The dictionary is loaded if necessary (the DictionaryManager class performs caching ...
http://www.xmlmind.com/spellchecker/_distrib/docs/javadoc/azcheck/engine/SpellChecker.html - 68%
Result found by: WiseNut, LookSmart

The java.lang.String class, continued (new)
The java.lang.String class, continued ... public char charAt(int index); public char[] toCharArray(); public int compareTo(String s2);
http://privacy.cs.cmu.edu/courses/java2/lectures/lecture23/tsld108.htm - 68%
Result found by: Teoma

Xalan-Java 2: Class XString
PREV CLASS NEXT CLASS. FRAMES. NO FRAMES. SUMMARY: INNER | FIELD | CONSTR | METHOD. DETAIL: FIELD | CONSTR | METHOD. org.apache.xpath.objects. Class XString. Direct Known Subclasses: XStringForChars, XStringForFSB. public class XString
http://www.cs.cf.ac.uk/applications/java/xalan/apidocs/org/apache/xpath/objects/XString.html - 68%
Result found by: Yahoo!

Class java.lang.String
... Class java.lang.String. java.lang.Object | +---- java.lang.String ... Serializable, Comparable. The String class represents character strings. All string literals in Java programs, such ...
http://www.cs.mun.ca/~paul8/jdk1.2beta3/docs/api/java.lang.String.html - 67%
Result found by: Yahoo!

Codemesh Programming FAQ
... Using a Java String instance. You can directly use a Java String instance in all places where you ... focused on making the Java String class as usable in C++ as ...
http://www.codemesh.com/en/faqProgrammingStrings.html - 67%
Result found by: AltaVista, MSN Web Search, FAST Search (alltheweb.com), AOL Search, Yahoo!

The java.lang.String class, continued
The java.lang.String class, continued ... public char charAt(int index); public char[] toCharArray(); public int compareTo(String s2);
http://privacy.cs.cmu.edu/courses/java2/lectures/lecture23/sld108.htm - 67%
Result found by: Teoma

The String Class
... A String in Java is simply an object which is the same type as the String class. There are a number of methods which can be run ..
http://www.eimc.brad.ac.uk/java/tutorial/Project/4/string.htm - 67%
Result found by: AOL Search

comp.lang.java FAQ
The Java FAQ-- Frequently Asked Questions about Java, answered by Elliotte Rusty Harold at metalab.unc.edu. This page may only be mirrored with explicit, prior permission and only at other ... Newsgroups: comp.lang.java.programmer,comp.lang.java.softwareto
http://www.ibiblio.org/javafaq/javafaq.html - 66%
Result found by: AltaVista, FAST Search (alltheweb.com)

Enhydra Application Server 3.1.1b1 API: Interface DocumentHandler
... to implement the entire interface can derive a class from HandlerBase, which implements the default ... ... of the end of a document. void endElement(java.lang.String name) Deprecated.Receive notification of ...
http://xmlc.enhydra.org/software/documentation/doc/user-doc/org/xml/sax/DocumentHandler.html - 66%
Result found by: WiseNut, LookSmart

Handling strings in Java
Handling strings in Java K. Bretonnel Cohen's home page In all the world, no language has better support for string-handling than Perl. However, Java is becoming increasingly popular, so it behooves...
http://ling.ohio-state.edu/~kcohen/javaStringHandling.html - 66%
Result found by: AltaVista, FAST Search (alltheweb.com), MSN Web Search, Lycos, HotBot

Interaction between the java.lang.String class and Javas Primary Data...
Contact Us | Login | | Worldwide Sites Argentina Asia Pacific Australia Austria Belgium Brazil Canada China Czech Republic Denmark Finland France Germany Hong Kong Hungary Italy Japan Korea Mexico...
http://www.eshop.sybase.com/detail/1,6904,1009614,00.html - 66%
Result found by: FAST Search (alltheweb.com), MSN Web Search, Lycos, HotBot

Anyone know a good java String manipulation class? (new)
Anyone know a good java String manipulation class? Subject: Anyone know a good java String manipulation class
http://wodeveloper.com/omniLists/webobjects-dev/2002/February/msg00553.html - 65%
Result found by: Teoma

class java string, class in java string (new)
class java string, class in java string, class java string, class in java string. ... Find class java string Using the FREE 2020Search Toolbar! ..
http://www.internetserviceinfo.com/class-java-string.html - 65%
Result found by: AOL Search

Class java.lang.String
Class java.lang.String. java.lang.Object | +---- java.lang.String. public final class String. extends Object. implements Serializable. The String class represents character strings. All string literals in Java programs, such as " abc",
http://www.sba.uconn.edu/users/rbapna/courses/29803/javacourse_cd/javaforcd/material/java_lang_string.html - 65%
Result found by: Yahoo!

Class java.awt.datatransfer.DataFlavor
Class java.awt.datatransfer.DataFlavor java.lang.Object | +----java.awt.datatransfer.DataFlavor public class DataFlavor extends Object
http://w3.mit.edu/java_v1.1.3/distrib/sun4x_55/jdk1.1.3/docs/api/java.awt.datatransfer.DataFlavor.html - 64%
Result found by: AltaVista, MSN Web Search, Lycos, FAST Search (alltheweb.com), HotBot

Objectivity for Java Reference: Class String_Value
... to an instance of a non-persistence-capable string class embedded in the data of some persistent object ... to a persistent field of the Java class String or StringBuffer. ...
http://docs.compaq.cesca.es/java/api/com/objy/as/app/String_Value.html - 64%
Result found by: Yahoo!, Teoma

Rhino: Class ScriptableObject
... void defineProperty(java.lang.String propertyName, java.lang.Class clazz, int attributes) Define a ... ... void defineProperty(java.lang.String propertyName, java.lang.Class clazz, int attributes) throws ...
http://www.mozilla.org/js/rhino/org/mozilla/javascript/ScriptableObject.html - 64%
Result found by: WiseNut, LookSmart

StringBuffer helps you reduce Java overhead - Builder.com
Dealing with dynamic string data requires care to avoid excessive system resource consumption. The basic Java StringBuffer class is designed to get the job done.
http://www.builder.com.com/article.jhtml;jsessionid=VUGS4ZRWR4M5LTQQABUCFFQ?id=u00220030428ton01.htm - 64%
Result found by: AltaVista, MSN Web Search, Lycos, FAST Search (alltheweb.com), HotBot, Yahoo!

Anyone know a good java String manipulation class?
Anyone know a good java String manipulation class? Subject: Anyone know a good java String manipulation class
http://wodeveloper.com/omniLists/webobjects-dev/2002/February/msg00554.html - 63%
Result found by: Teoma

Sixlegs PNG Documentation: Class PngImage
... producer interface. Methods inherited from class java.lang.Object equals, getClass, hashCode ... ... Detail PngImage public PngImage(java.lang.String filename) throws java.io.IOException ...
http://www.sixlegs.com/software/png/latest/javadoc/com/sixlegs/image/png/PngImage.html - 63%
Result found by: WiseNut, LookSmart

StringBuffer versus String
... 0 new #7 <Class java.lang.String> 3 dup 4 ldc #2 <String "Stanford "> 6 invokespecial #12 <Method java.lang.String(java.lang.String)> 9 astore_1 10 new #8 ..
http://www.javaworld.com/javaworld/jw-03-2000/jw-0324-javaperf.html - 63%
Result found by: AOL Search

Study guide: Java's character and assorted string classes support ...
... Jeff. Back to index. Homework. Why does Java require a Character class? Why does Java regard string literals as String objects? Enhance ..
http://www.javaworld.com/javaworld/jw-10-2002/jw-1004-java101guide.html - 62%
Result found by: AOL Search

The String Class
...versions of the receiving String. Import java.io.*; class Program2 { public static void main (String[] arg) { String greeting; String bigGreeting;
http://www.tvdsb.on.ca/saunders/courses/ICS3M/Java/string_class.htm - 62%
Result found by: Teoma

Cramfull Compiled Resources: Class ClassCompiler
... added to the Cramfull subclass, and closes that subclass's .class file. static boolean matchesWildcardPattern(java.lang.String sFile, java.lang.String sPattern, boolean swIgnoreCase) Utility ...
http://users.belgacombusiness.net/arci/cramfull/javadoc/be/arci/cramfull/ClassCompiler.html - 61%
Result found by: WiseNut, LookSmart

Index of all Fields and Methods
... save(OutputStream, String). Method in class java.util.Properties ... saveInternal(ObjectOutputStream, String). Method in class java.awt.AWTEventMulticaster ...
http://www.compapp.dcu.ie/~conan/jdoc/index.s.html - 61%
Result found by: AltaVista, Yahoo!

"S" Fields and Methods
... save(OutputStream, String). Method in class java.util.Properties ... saveInternal(ObjectOutputStream, String). Method in class java.awt.AWTEventMulticaster ...
http://stein.cshl.org/jade/distrib/docs/s-names.html - 60%
Result found by: AltaVista, Yahoo!

Comp.compilers: Java: Compile String -> byte[] -> Class
From comp.compilers newsgroup: Java: Compile String -> byte[] -> Class...
http://compilers.iecc.com/comparch/article/03-01-085 - 60%
Result found by: Teoma

OOP in Java Slide 14: String Class
OOP in Java: String Class. ... Java Strings are First-class Objects, unlike C or C++ strings which are simply null-terminated arrays of 8-bit characters. ..
http://java.icmc.usp.br/java_course/OOPjava.sld14.html - 60%
Result found by: AOL Search

WebCanvas (ReqwirelessEmail 2.0)
... nor sent. static java.lang.String PROGRESS_LABEL_TEXT Fields inherited from class javax ... ... in class javax.microedition.lcdui.Canvas getSelectedImageURI public java.lang.String ...
http://www.reqwireless.com/ReqwirelessEmail-2.0/api/com/reqwireless/micro/web/WebCanvas.html - 60%
Result found by: WiseNut, LookSmart

Comp.compilers: Java: Compile String -> byte[] -> Class
From comp.compilers newsgroup: Java: Compile String -> byte[] -> Class...
http://compilers.iecc.com/comparch/article/03-01-097 - 59%
Result found by: Teoma

Objectivity for Java Reference: Class Class_Object
... the embedded class is a recognized string class, the embedded instance is ... Objectivity/DB string class ooUtf8String or ooVString, an application can covert the data to a Java String ...
http://docs.compaq.cesca.es/java/api/com/objy/as/app/Class_Object.html - 59%
Result found by: Yahoo!

The String and StringBuffer Classes
... and Output Streams (in the Writing Java Programs trail) that shows you how to use piped streams. class ReverseString { public static String reverseIt(String ..
http://www.iam.ubc.ca/guides/javatut/java/strings/ - 59%
Result found by: AOL Search

"S" Fields and Methods
... save(OutputStream, String). Method in class java.util.Properties ... saveInternal(ObjectOutputStream, String). Method in class java.awt.AWTEventMulticaster ...
http://docsrv.sco.com/JDK_api/s-names.html - 58%
Result found by: AltaVista, Yahoo!

Special Edition Using Java 1.1, Third Edition -- Chapter 17
Chapter 17. Using Strings. by Clayton Walnum. How to create and manipulate String objects In Java, the String class represents string constants, which are strings that never change. ... in C or C++...
http://zaphod.redwave.net/books/javaspeced3/ch17.htm - 58%
Result found by: AltaVista, MSN Web Search, FAST Search (alltheweb.com), HotBot, Lycos

TernaryTree (VT Dictionary Libraries)
... boolean search(java.lang.String word) This will return true if the supplied word has been inserted into the TernaryTree . Methods inherited from class java.lang.Object clone, equals ...
http://opensource.isc.vt.edu/products/dictionary/api/edu/vt/middleware/dictionary/TernaryTree.html - 58%
Result found by: WiseNut, LookSmart

The basics of Java class loaders
Class loaders are one of the cornerstones of the Java virtual machine (JVM) architecture. They enable the JVM to load classes without knowing anything about the underlying file system semantics, ......
http://www.javaworld.com/javaworld/jw-10-1996/jw-10-indepth.html - 58%
Result found by: MSN Web Search, FAST Search (alltheweb.com), HotBot, Lycos

OOP in Java Slide 14: String Class
OOP in Java: String Class...
http://java.icmc.sc.usp.br/oop_course/OOPjava.sld14.html - 57%
Result found by: Teoma

The Formatter Class in J2SE 1.5 (new)
Java 1.5 introduces a new class named java.util.Formatter that allows you to do string formatting similar to the <code>printf</code> function in C. ..
http://www.developer.com/java/other/article.php/3327721 - 57%
Result found by: AOL Search

: Class State
... close(); } ** Mandatory class See Also: addParameterInfo(java.lang.String, java.lang.String, java ... ... lang.String TIME Fields inherited from class java.awt.Component BOTTOM_ALIGNMENT, CENTER_ALIGNMENT ...
http://icmas.cs.umass.edu/research/mass/api/agent/agent/simplest/State.html - 56%
Result found by: WiseNut, LookSmart

"G" Fields and Methods
... gc(). Method in class java.lang.Runtime. Runs the garbage collector ... for this signature object. getAlgorithmProperty(String, String). Static method in class java.security.Security ...
http://www.flex-compiler.lcs.mit.edu/jdk/api/g-names.html - 55%
Result found by: AltaVista, Yahoo!

C++ Programming HOW-TO: Usage of String class
... class. The function names and the behaviour is exactly the same as that of Java's String class. StringBuffer class is also provided. ..
http://oopweb.com/CPP/Documents/CPPHOWTO/Volume/C++Programming-HOWTO-5.html - 55%
Result found by: AOL Search

CapabilityTable (Melati 0.7.1-SNAPSHOT API)
... Fields inherited from class org.melati.poem.Table CACHE_LIMIT_DEFAULT, extrasIndex, info Constructor Summary CapabilityTable(Databasedatabase, java.lang.String name ...
http://www.melati.org/javadoc/org/melati/poem/CapabilityTable.html - 55%
Result found by: WiseNut, LookSmart

Linuxarkivet: Howto
Välj sida här > C++ Programming HOW-TO. Prev. Next. 5. Usage of String class. Take notice, this String class is not the same as the string class implemented in the Standard C++ Library. ... This special String class is a "home-made" String class, made to h
http://www.linuxarkivet.nu/howto/C++Programming-HOWTO/x227.html - 55%
Result found by: MSN Web Search, FAST Search (alltheweb.com), HotBot, Lycos

OOP in Java Slide 14: String Class
OOP in Java: String Class...
http://java.icmc.sc.usp.br/oop_course/OOPjava.sld13.html - 55%
Result found by: Teoma

65% faster Java string buffer implementation - HP DSPP
In this article, we will examine an alternative implementation of a string buffer class that provides 65% string creation performance improvement over the default string buffer class<code>java.... performance than the class java.lang.StringBuffer. * * Stri
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2488,00.html - 54%
Result found by: MSN Web Search, FAST Search (alltheweb.com), HotBot, Lycos, AOL Search

C++ Programming HOW-TO: Usage of String class
... String class has the same name as that of Java language's String class. The function names and the ... same as that of Java's String class. StringBuffer class is also provided ...
http://www.opennet.ru/docs/HOWTO/C++Programming-HOWTO-4.html - 54%
Result found by: FAST Search (alltheweb.com)

Xalan-Java 2: Class XStringForChars
... BOOLEAN, CLASS_NODESET, CLASS_NULL, CLASS_NUMBER, CLASS_RTREEFRAG, CLASS_STRING, CLASS_UNKNOWN, CLASS ... The java String representation of this object. Overrides: object in class XObject ...
http://folk.uio.no/mdahl/uPortal-CD/APIs/xalan_2-4-0/org/apache/xpath/objects/XStringForChars.html - 54%
Result found by: Yahoo!

Index of all Fields and Methods
... gc(). Method in class java.lang.Runtime. Runs the garbage collector ... for this signature object. getAlgorithmProperty(String, String). Static method in class java.security.Security ...
http://www.compapp.dcu.ie/~conan/jdoc/index.g.html - 53%
Result found by: AltaVista, Yahoo!

JavaClassParent (QDox 1.4-SNAPSHOT API)
... getClassLibrary() asClassNamespace public String asClassNamespace() getParentSource public ... ... void addClass(JavaClasscls) Overview Package Class Use Tree Deprecated Index Help PREV CLASSNEXT ...
http://qdox.codehaus.org/apidocs/com/thoughtworks/qdox/model/JavaClassParent.html - 53%
Result found by: WiseNut, LookSmart

ATG Dynamo 5 DCS Java API: Class RowmapRelationship
... Field Summary. static java.lang.String. CLASS_VERSION. Constructor Summary ... public static final java.lang.String CLASS_VERSION. Constructor Detail ...
http://www.atg.com/repositories/ContentCatalogRepository_en/manuals/D5.1.1/apidoc/atg/rview/definitionfile/RowmapRelationship.html - 52%
Result found by: MSN Web Search, FAST Search (alltheweb.com), HotBot, Lycos

The String and StringBuffer Classes (new)
... Note to C and C++ Programmers: Java strings are first-class objects; whereas C and C++ strings are simply null-terminated arrays of characters. ..
http://scv.bu.edu/Doc/Java/tutorial/java/strings/ - 52%
Result found by: AOL Search

XBN Java: Generically useful, non-GUI Java code: xbn.string Class
...class java.lang.Object ... class xbn.XBNObject ... class xbn.util.ForLineRetrieval ... class xbn.string.FLRString ... class xbn.string.GCIConfig...
http://xbnjava.sourceforge.net/javadoc/xbn/string/package-tree.html - 52%
Result found by: Teoma

java string class
java string replace java sun java swing Class java.lang.String java.lang. -java.lang.String public final class String extends Object implements Serializable The String class represents character ...
http://www.imperialforges.com/hernando-county-florida.htm - 51%
Result found by: WiseNut, LookSmart

: Class String
PREV CLASS. NEXT CLASS. java.lang. Class String. All Implemented Interfaces: Comparable, Serializable. public final class String. extends Object. implements Serializable, Comparable. The String class represents character strings. ... The String class repre
http://www.ida.liu.se/~eribe/djavadoc/java/lang/String.html - 50%
Result found by: AltaVista, Yahoo!

Java 2 Platform SE v1.3: Class String
... FIELD | CONSTR | METHOD. java.lang. Class String. java.lang.Object | +-- java.lang.String ... The String class represents character strings. All string literals in Java programs, such ...
http://www-scf.usc.edu/~itp110a/cs105/string_notes!.htm - 50%
Result found by: MSN Web Search

String Extraction And Insertion In C#
... from another through an object of the 'string' class ! Java's string class has an unique behaviour, in that ... Just use objects of string class and extract, one by one, each ...
http://www.csharphelp.com/archives/archive59.html - 50%
Result found by: MSN Web Search, FAST Search (alltheweb.com), HotBot, Lycos

Why Two String Classes? (new)
... The Java development environment provides two classes that store and manipulate character data: