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 type casting?

Answer Posted / rakesh jain

Whenever u want to assign the value of one type variabel to
another type variable . in this case u must type cast
between them.
Generally there is two type of Type casting

1 Implicit Type Casting

2 Explicit Type Casting

example:=

short s=10;

int i=240;

s=(short)i; //Explicit type casting

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we override private constructor in java?

1030


Can we access instance variables within static methods ?

1150


How does compareto work in java?

1095


what is daemon thread and which method is used to create the daemon thread? : Java thread

1019


What is a condition in java?

1088


Explain the key functions of data binding?

1065


What is the tradeoff between using an unordered array versus an ordered array?

1286


What is tcp ip in java?

1156


Difference between collection, collection and collections in java?

1054


What is style and indentation?

1055


Which non-unicode letter characters may be used as the first character of an identifier?

1049


Is string a data type in java?

1052


What is static block?

1182


What are different access specifiers in java?

1057


Why is serialization required?

1015