Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / March 2006

Tip: Looking for answers? Try searching our database.

What is ClassCastException

Thread view: 
gayathri - 16 Mar 2006 08:31 GMT
When I run the java code using swings i got
java.lang.ClassCastException? Why ?
James McGill - 16 Mar 2006 08:57 GMT
> When I run the java code using swings i got
> java.lang.ClassCastException? Why ?

Without seeing your code, it's not possible to know exactly.  Also, to
answer, it's important to know how familiar you are with Java
compile-time and runtime types, and casting.  
Bart Cremers - 16 Mar 2006 08:59 GMT
This means that somewhere in your code your try to cast an object to a
type to which the object can not be casted.

Object o = new Integer(0);
Integer i = (Integer) o; // Working cast
String s = (String) o; // ClassCastException

Regards,

Bart


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.