Here is the URL:
http://www.javaworld.com/article/2076625/core-java/designing-object-initialization.html
that does not launch below element on my browser:
<applet code="TrafficLightApplet.class" codebase="http://www.javaworld.com/javaworld/jw-03-1998/techniques" height="225" width="350" title="undefined">You need a Java-enabled browser to see this applet. <figure><img src="http://images.techhive.com/images/idge/imported/article/jvw/1998/03/trafficlight-100158135-orig.gif"></figure> State-transition diagram for a traffic light</applet>
I am using chrome version 43.0.2357.124
Please help me!!!
From the Java FAQ section.
See the section Enabling NPAPI in Chrome Version 42 and later.
If it is still not working, check if the Java plugin is installed in Chrome. Type in the address bar:
chrome://plugins/
.If the Java plugin is not listed there checkout this Stackoveflow thread How to configure Chrome's Java plugin so it uses an existing JDK in the machine.