Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


whats string ?

Answers were Sorted based on User's Feedback



whats string ?..

Answer / dsr

String is a class.string is immutable.

Is This Answer Correct ?    17 Yes 1 No

whats string ?..

Answer / nagendra

string is a class.

Is This Answer Correct ?    10 Yes 2 No

whats string ?..

Answer / venkatachalapathy

string is a immutable object i.e once the object is created
it cannot be modified. if we try to modify it creates
another new object

Is This Answer Correct ?    8 Yes 0 No

whats string ?..

Answer / nikunj b patel

string is class.it is collections of character.

Is This Answer Correct ?    7 Yes 1 No

whats string ?..

Answer / jayapala.pm

String is a collection of characters.
- In JAVA String is a wrapper class,String object can hold
the collection of characters.
- wrapper class is wrap the primitive value with in the
constructor is called wrapper classes.
- Strings are immutable in JAVA(we can't modify the string
object after initialize the value to object)
- String str = "greatJP"; we can assign value directly.This
option only for String class.
- Normally we will declare String str = new
String("GreatJP");

Is This Answer Correct ?    3 Yes 0 No

whats string ?..

Answer / venkat

String is one of the datatype that is user to assign the
character to the variables,and we can give as an input in
the runtime.

Is This Answer Correct ?    2 Yes 0 No

whats string ?..

Answer / srinu

String is collection of characters are enclosed with double
quation.

Is This Answer Correct ?    2 Yes 0 No

whats string ?..

Answer / stranger_ajnabi53@yahoo.c

string is an array of character.

Is This Answer Correct ?    4 Yes 5 No

whats string ?..

Answer / vijeet

String is a class or String is a method, String is a
primitive type...

Is This Answer Correct ?    0 Yes 1 No

whats string ?..

Answer / manoj

String is object which can store multiple variable

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More Core Java Interview Questions

What is the order of method invocation in an Applet?

1 Answers  


What is method reference?

0 Answers  


Can static methods access instance variables in java?

0 Answers  


Explain abstract class in java?

0 Answers  


take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).

0 Answers  


Explain serialization and deserialization in java?

0 Answers  


How do you convert int to char in java?

0 Answers  


JVM is platform independent or depeneded?

7 Answers  


Differentiate between stringbuffer and stringbuilder in java.

0 Answers  


How many return statement are allowed in a function?

0 Answers  


What are recursive functions?

0 Answers  


What is difference between static class and singleton pattern?

0 Answers  


Categories