Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.67K
1 Posted Topic
The example will show you to convert one data type into another data type by using type casting. The step involved in the program are given below- [icode]Vector v = new Vector()[/icode]:-Creates a new vector. [icode]Object obj = v.add( i ) [/icode]:-Adds an integer type to the vector and stores …
The End.
Bens