Java Tutorial/Trail: Java and Javascript: Difference between revisions

Content deleted Content added
Fasten (discuss | contribs)
Fasten (discuss | contribs)
Line 40:
It is even possible to call methods unrelated to the applet itself with the <code>Packages</code> keyword:
:<code>myApplet.Packages.java.lang.System.out.println ();</code>
 
== See also ==
 
* [[Java Tutorial/Applets|Applets]]
 
== External links ==