Answer Posted / guest
Interface is a collection of abstract classes n
methods.Interface is mainly used for restricting the users
to make use of the specified methods only.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can you extend main method in java?
Give us the name of the list layoutmanagers in java?
What are the properties of thread?
Explain about core java?
What is mysql driver class name?
Is it necessary that each try block must be followed by a catch block?
What is the difference between the boolean & operator and the && operator in java programming?
Which one will take more memory: an int or integer?
What is the use of arraylist in java?
What is flush buffer?
How big is a 32 bit integer?
What is the java reflection api? Why it’s so important to have?
Can you write a java class that could be used both as an applet as well as an application?
What is constructor chaining in java?
Why declare Main() inside the class in java ?