Results 1 to 2 of 2
Thread: Not Able to getInstanceOf Object
- 08-19-2011, 07:36 AM #1
Member
- Join Date
- Jul 2010
- Location
- India
- Posts
- 1
- Rep Power
- 0
Not Able to getInstanceOf Object
Hi guys,
I am trying identify whether particular object is an instance of the Object,I am using this in the blackberry java application,I am using Eclipse IDE,Even though Object shows it as RenderDetails,But it is not getting under the condition of instanceof Operation,
com.app.MyObjectDetails@db8a08fa--getting this as Eclipse debugging
if i check as
if (Object instanceof MyObjectDetails)
S.o.p("MyObject")---->i am not getting here
Any Ideas what could be the problem,?
Regards
Rakesh shankar.PLast edited by rakesh86shankar; 08-19-2011 at 07:41 AM.
- 08-19-2011, 07:58 AM #2
Similar Threads
-
Insert class file as object in a table & read the object from the blob.
By facemeguru in forum New To JavaReplies: 1Last Post: 02-02-2011, 06:11 PM -
Operator < cannot be applied to java.lang.Object, Object
By Albert in forum Advanced JavaReplies: 2Last Post: 11-26-2010, 02:12 AM -
Create object of unknown class, based on existing object
By Zack in forum New To JavaReplies: 2Last Post: 06-22-2010, 04:29 AM -
how to pass an arraylist from an object back to the parent object that it was created
By george_a in forum New To JavaReplies: 1Last Post: 03-04-2009, 06:14 PM -
Parsing a superclass object to subclass object dynamicly
By Andrefs in forum Advanced JavaReplies: 1Last Post: 07-22-2008, 04:27 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks