click here

import java.awt.*;
import java.applet.*;
public class TestParam extends Applet
{
	String str;
	public void init()
	{
		str = getParameter("vish");
		if (str==null)
		str = "Null value returned";
	}
	public void paint(Graphics g)
 	{
		g.drawString (str,10,100);
  	}
}

Click here to go back.

Our aim is to provide information to the knowledge seekers. 

comments powered by Disqus


click here


Natural Natural Natural Footer1