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
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
&
; 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
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
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