what is difference between abstract factory and factory
design patterns?
No Answer is Posted For this Question
Be the First to Post Answer
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
What is serialversionuid?
can I implement my own start() method? : Java thread
What are different access specifiers in java?
What is compareto?
What is the significance of listiterator?
what is difference between excute query ()and execute update ()?
What is bytecode verifier?
What is abstraction with strong example program? (not a general program)
What are the drawbacks for singleton class?
What is an interface in java?
Difference between throw and throws?