Casting

From CompSciWiki
Revision as of 16:39, 20 February 2007 by Umhieb34 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction to Casting

When working with various primative types in Java, it may be necessary to convert between these types. Casting in Java is the act of converting from one type of data to another.


Types of Casting

Explicit

Implicit