What must a class do to implement an interface?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

Can constructors be synchronized in java?

0 Answers  


What you mean by COM and DCOM?

0 Answers  


Explain the steps in details to load the server object dynamically?

0 Answers  


diff mvc1 and mvc2 wahts is mean by servlet chaining?

3 Answers   SolutionNET,


diff vector arraylist

4 Answers   Saka Solutions,






How can I scroll through list of pages like the search results in google?

0 Answers  


Why is main purpose of XML?

5 Answers  


Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.

4 Answers   HeadStrong,


Why do I get a duplicate name error when loading a jar file?

0 Answers  


What is the RMI and Socket?

0 Answers  


What is the highest-level event class of the event-delegation model?

0 Answers  


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

0 Answers  


Categories