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...

what is mean by String and StringBuffer?
What is mean by Methooverriding and Overloading?

Answer Posted / vijayakumar chinnasamy

String:
1. Is final class.
2. Is immutable class i.e value can't change once it is
assigned.
3. When your text is not going to change ,then you use the
String.
4. is not thread safe


StringBuffer:

1. is final class.
2. is mutable object.
3. When your text is going to change and will be accessed
from multiple threads , then you use StringBuffer
4. is thread safe .

Method Overloading:
1. Morethan one method has same name and either the number
of argument or data type of arguments are differ.
2. Method can be overloaded in same class or its subclass.
3. Return type ,access specifier and throws Exception are
not part of overloading.
4. static method can be overloaded by nonstatic method.

Method Overriding:
1. A method has same name,return type, number of argument
and arguments data types are same in subclass and super class.
2. The subclass (inheriting) method has equal or higher
access specifier than it superclass method.
3. The subclass (inheriting) method's throws exception is
equal or subclass excpetion of superclass method(Inherited
class method).

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why to use nested classes in java? (Or) what is the purpose of nested class in java?

1074


Is string a datatype?

990


Explain the difference between association, aggregation and inheritance relationships.

1090


What is abstraction in java?

1096


What is meant by class loader? How many types are there? When will we use them?

973


How to perform quicksort in java?

1118


What is the difference between the font and fontmetrics classes in java programming?

1159


Which variables are stored in heap?

1033


How do I find and replace in word?

982


How can a gui component handle its own events in java programming?

1047


What is the difference between checked exception and unchecked exception?

1017


What is the byte range?

1035


Define how objects are stored in java?

1068


Give few examples of final classes defined in Java API?

1205


What are the application of stack?

924