When is the finalize() called?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by flow of struts?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
Define linked list and its features with signature?
What is the different between get and post?
Why do we use threads in java?
What's the access scope of protected access specifier?
Can a static method be overridden in java?
Is java is a fully object object oriented language?
what is meant by multicast?
Where can I find jdk in my computer?
What is the Scope of Static Variable?
What all methods are used to prevent thread execution ?