find the length of the text in textarea import java.awt.*; import java.awt.event.*; import java.applet.*; /* <applet code="TextArea1" height=200 width=200> </applet> */ public class TextArea1 extends Applet implements ActionListener { TextArea ta; TextField tsp,tep,tlen; public void init() { Label l1=new Label("Enter the text ...
FOR EVERY PROGRAMMER SOME SPECIAL PROGRAMS WITH THEORY.