Back to Top

Sunday 15 January 2012

JAVA : What is implicit casting?

  Implicit casting is the process of simply assigning one entity to another without any transformation guidance to the compiler. This type of casting is not permitted in all kinds of transformations and may not work for all scenarios.
 
Example
byte i = 1;
short j = i; //Implicit casting

1 Responses to “ JAVA : What is implicit casting? ”

Venkatesh CS said...
29 May 2019 at 16:27

Thanks for sharing valuable information with us.
Java Training with Placements


Post a Comment

Popular Posts

Subscribe via Email
Subscribe Java Interview Questions via Email
All Rights Reserved JAVA INTERVIEW QUESTIONS | Privacy Policy | Anijit Sarkar