File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes About string Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "About string" Watch "About string" New topic
Author

About string

kumarbobby
Greenhorn

Joined: Jul 07, 2005
Posts: 11
Hi, all


i have a small doubt is String is a Wrapper class?
Marilyn de Queiroz
Sheriff

Joined: Jul 22, 2000
Posts: 9033
    
  10
It is not classified as a Wrapper class.


JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Mani Ram
Ranch Hand

Joined: Mar 11, 2002
Posts: 1140
Technically speaking, it is not classified as a Wrapper class, because it doesn't wrap a primitive datatype.

Integer wraps int, Double wraps double, Character wraps char, String wraps - nothing.


Mani
Quaerendo Invenietis
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: About string
 
Similar Threads
How to convert byte array into string array?
date format with MS Access database
Tech Word Game
WA #1.....word association
ResultSet to Array