Korol Bloom wrote:Wow, it feels so weird to stumble upon this old forum post of mine. Like a time warp. But really cool, how the internet can preserve. And very cool forum, by the way!
Well, actually I am not in India now, but in Nepal (travelling). I did not work in India, but in China. Not in the IT, but in the automotive. So I slightly missed the goal, or say it: the initial dream shifted towards pragmatism, when opportunities arose.
(just to share this outcome with you folks, in case you are interested in time warps, too)
About Bangalore -- well let's see. I may be there in December.
Jimmy Clark wrote:
Would you be able to submit a photocopy of a salary slip from a current employer with the financial information blacked out?
Jimmy Clark wrote:
Nobody asks for originals. Photocopy is more than enough for cross-check.
Would you be able to submit a photocopy of a salary slip from a current employer with the financial information blacked out?
Jimmy Clark wrote:do not share the original.
Rogerio Kioshi wrote:I think this would make this certification more popular among Java community.
Tomasz Sochanski wrote:
But you didn't put pure Object instance to the list - there are only String objects, try to add new Object() to your list and you will see ClassCastException at runtime (Object cannot be casted to String). This is real basis - object of parent class cannot be casted to child (how would it be possible? How would you ie. call child method on parent object?).
vipul bondugula wrote:Object class is the parent and String class is the child..
vipul bondugula wrote:anyway for your clear clarity of code..I am posting total code....
vipul bondugula wrote:
both are typecasting from parent to child. but first one gives runtime exception while second one works fine in typecasting..please check typecasting clearly....
Vipul Kumar.
vipul bondugula wrote:
vipul bondugula wrote:both are typecasting from parent to child.
vipul bondugula wrote:
Your answer is not accurate. May be you didnot read the total post. i have mentioned first snippet code will compile but will result to java.lang.ClassCastException.
I want the difference between the code snippets..Once again go through the post...