Applets

Q- What method name can you use from the applet to read a String passed to an applet via the
tag?
A -getParameter

Q- How to embed an applet class named Q56 into a Web page?
A - The tag requires three keywords: code, width, and height 
applet code=Q56.class width=100 height=100

Q -How can you retrieve a circle’s radius value that’s passed to an applet?
A -
public void init() {

String s = getParameter("radius");doSomethingWithRadius(s);
}

Comments

Popular posts from this blog

jQgrid reload with new data

Rich Client based UI technologies- A Comparison of Thick Client UI tools

OSS and BSS Systems