Explain abstract class in java?
No Answer is Posted For this Question
Be the First to Post Answer
Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?
does java support pointers?
Can we declare a class as abstract without having any abstract method?
What are the access modifiers available in java?
Why can't we make jsp as a controller and action servlet in struts?
what is the difference between String s="hello"; and String s=new String("hello");?
Can we use catch statement for checked exceptions?
how to accept integer array in java
Explain about public and private access specifiers?
What is a method in programming?
What comes to mind when someone mentions a shallow copy in java?
Explain scope or life time of local variables in java?