Toggle navigation
online test
Core Java
JDBC
Servlet
JSP
Php
Aptitude
Html
Javascript/Jquery
C
Asp .net
C# .net
tutorials
Posts
Core Java
Jdbc
Servlet
Jsp
interview questions
C
Java
Php
.Net
Html
HR
faq's
C
Java
Php
.Net
Html
Videos
More
Downloads
Get Result
Contact Us
Downloads
Get Result
Contact Us
FAQ's Questions
C FAQ's Questions
JAVA FAQ's Questions
PHP FAQ's Questions
.Net FAQ's Questions
HTML FAQ's Questions
Java FAQ's
Is string a wrapper class?
String is a class, but not a wrapper class. Wrapper classes like (Integer) exist for each primitive type. They can be used to convert a primitive data value into an object, and viceversa.