[java ee programming] Re: Method Overriding Rules in Java

2010-10-18 Thread Mayank Gupta
class Parent{ public void methodA(){ } } class Child{ private void methodA(){ //private method not possible so The access level *cannot be more restrictive* than the overridden method's access level. } } class Parent{ public void methodA() throws IOException{ } } class Child{ pub

[java ee programming] Re: When I create listener and run the project I get error

2010-10-13 Thread Mayank Gupta
posure in programming area, I am > trying my best to become a Java Master >        thanks >           Joseph John > > --- On Thu, 14/10/10, Mayank Gupta wrote: > > > > > From: Mayank Gupta > > Subject: [java ee programming] Re: When I create listener and run the &

[java ee programming] Re: When I create listener and run the project I get error

2010-10-13 Thread Mayank Gupta
;   It worked >   U saved my day > > --- On Wed, 13/10/10, Mayank Gupta wrote: > > > > > From: Mayank Gupta > > Subject: [java ee programming] Re: When I create listener and run the > > project I get error > > To: "Java EE (J2EE) Programming with Pas

[java ee programming] Re: When I create listener and run the project I get error

2010-10-13 Thread Mayank Gupta
I think you are throwing exceptionthrow new UnsupportedOperationException("Not supported yet."); public void contextInitialized(ServletContextEvent sce) { // throw new UnsupportedOperationException("Not supported yet."); System.out.println("hello world"); } Comment that are print so

[java ee programming] Re: Help for collecting lab exercises!!!

2009-06-12 Thread Mayank Gupta
hi Surekha, http://www.javapassion.com/ go to this link mayank On Jun 10, 12:43 pm, Surekha Yasam wrote: > Hi all > I have newly subscribed to this googlegroup.So I have no idea abt how to > collect the lab exercises? > Can anyone pls tell me how to proceed to get the lab exercises for > j2ee,h