Why is multithreading important?
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....
How do you declare a destructor in java?
How do you compare values in java?
How many tetrahedral voids are there in bcc?
Is namespace same as package in java?
What is an example of a conditional statement?
What is null object in java?
Why should I use abstract class?
What are the Abstract Classes provided by Java?
What happens to a static var that is defined within a method of a class?
What access modifiers can be used for class ?
Why is a singleton bad?