Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2745
| Newsgroups | comp.lang.java.help |
|---|---|
| Date | 2013-08-02 10:37 -0700 |
| References | (2 earlier) <8601dc97-9c1a-4fc0-95cc-9ac26689a5e8@googlegroups.com> <cc96f202-7fe6-4aff-8247-179e202928df@googlegroups.com> <k5zlxwwtt818$.schlgz5gkagv$.dlg@40tude.net> <7380ce25-22c4-4c3e-b653-3eae9a7bfa9d@googlegroups.com> <6e01f26e-d3a7-4667-ab74-426a1b04edfb@googlegroups.com> |
| Message-ID | <372fd24e-486f-4d1a-85b2-b94e230289a6@googlegroups.com> (permalink) |
| Subject | Re: Is this java applet safe? |
| From | Whiffy <adnw14@live.co.uk> |
On Saturday, 30 March 2013 01:14:51 UTC, Lew wrote:
> Whiffy wrote: > No java [sic] on these pages > > http://www.oracle.com/technetwork/java/javase/downloads/index.html > http://docs.oracle.com/javase/tutorial/ Is this, from that tutorial site you just cited, not Java code? public class ShadowTest { public int x = 0; class FirstLevel { public int x = 1; void methodInFirstLevel(int x) { System.out.println("x = " + x); System.out.println("this.x = " + this.x); System.out.println("ShadowTest.this.x = " + ShadowTest.this.x); } } public static void main(String... args) { ShadowTest st = new ShadowTest(); ShadowTest.FirstLevel fl = st.new FirstLevel(); fl.methodInFirstLevel(23); } } What do you mean "no java [sic]"? That's Java! -- Lew
I have IE8 set so that a bar appears telling me that a webpage wants to run java and it doesn't on those two web pages.
http://docs.oracle.com/javase/tutorial/
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Also in View Source
i search for 'public class' and it doesn't find it the phrase, so is it in some other file in your temporary internet files in the cache?
http://www.honda.co.uk/hands/
this Honda page though gets a bar saying it wants to run java but i can't see where
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-03-27 09:15 -0700
Re: Is this java applet safe? markspace <markspace@nospam.nospam> - 2013-03-27 09:30 -0700
Re: Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-03-27 16:32 -0700
Re: Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-03-29 12:19 -0700
Re: Is this java applet safe? Joerg Meier <joergmmeier@arcor.de> - 2013-03-29 21:43 +0100
Re: Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-03-29 16:24 -0700
Re: Is this java applet safe? Lew <lewbloch@gmail.com> - 2013-03-29 18:14 -0700
Re: Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-08-02 10:37 -0700
Re: Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-10-06 21:13 -0700
Re: Is this java applet safe? Joerg Meier <joergmmeier@arcor.de> - 2013-03-30 12:46 +0100
Re: Is this java applet safe? "John B. Matthews" <nospam@nospam.invalid> - 2013-03-31 14:07 -0400
csiph-web