X-Received: by 10.66.168.12 with SMTP id zs12mr17821706pab.37.1444511243841; Sat, 10 Oct 2015 14:07:23 -0700 (PDT) X-Received: by 10.182.44.163 with SMTP id f3mr112822obm.7.1444511243785; Sat, 10 Oct 2015 14:07:23 -0700 (PDT) Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!kq10no19514515igb.0!news-out.google.com!z4ni17243ign.0!nntp.google.com!kq10no17359624igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: it.comp.java Date: Sat, 10 Oct 2015 14:07:23 -0700 (PDT) In-Reply-To: <22e905b3-621c-47dd-834d-3026149b16b1@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.65.158.177; posting-account=kkPXBwoAAAAS8kQ4UkfXWP36PIugYyaV NNTP-Posting-Host: 93.65.158.177 References: <22e905b3-621c-47dd-834d-3026149b16b1@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <65c3af7c-1d35-470b-9a77-e45d327fb7c9@googlegroups.com> Subject: Re: casting di un oggetto From: rootkit Injection-Date: Sat, 10 Oct 2015 21:07:23 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com it.comp.java:8599 Il giorno sabato 10 ottobre 2015 22:29:27 UTC+2, 4ndre4 ha scritto: > On Saturday, 10 October 2015 18:04:23 UTC+1, rootkit wrote: >=20 > [...] > > a compile time =E8 consentito. >=20 > Huh?=20 > Stai dicendo che questo sotto non da` problemi a compile time?=20 no, sto dicendo che *questo* non da problemi: public interface Disney {} public class Pippo implements Disney {} public class Topolino implements Disney {} ... Disney personaggio =3D new Pippo(); Topolino topolino =3D (Topolino) personaggio; ...