What are the types of java?
No Answer is Posted For this Question
Be the First to Post Answer
Detail discussions on JVM, memory management and garbage collector.
Is break statement can be used as labels in java?
what is d difference between deep cloning and shallow cloning in core java?
why we cannot declare static variable inside a static method
What does string [] args mean?
What is close method? How it's different from Finalize & Dispose?
0 Answers InfoAxon Technologies,
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 canonical name in java?
Explain about the main() method in java?
what happens when we add the objects morethan the size limit to a hashmap
Can you have a constructor in abstract class?
How many types of design patterns are there?