Why is java multithreaded?
No Answer is Posted For this Question
Be the First to Post Answer
Can we override the static method?
Explain Linked HashSet
what is the use of finalize()Method please explain with an example
What is meant by event handling?
if two references are having same hash codes,is that means those are refering to same object?
What are local variables?
If circular link of two objects, then will it be garbage collected ?
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 an off by one error in java?
Can we use a switch statement with strings?
What does compareto () do in java?
Does the order of public and static declaration matter in main method?