Hi, class B is inner class of A. I want to invoke method putdate() which is defined in class A from inner class B. what's the syntax?
public class A{ public void putData(){ ...... } protected class B{ public void doSomething{ putData();//need to invoke method putdata. incorrect syntax. } } } Thanks, Flora _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]