Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
1216Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
1686
Where are the card layouts used?
How do you compare two strings lexicographically?
What is string buffer?
How can you share data between two thread in Java?
If try block is successfully executed, Then Is Finally block executed?
Is 0 a real number?
What is java util?
Explain about the main() method in java?
What is identifier give example?
Why singleton pattern is better than creating singleton class with static instance?
What is charat ()?
What is the primary benefit of encapsulation?
How arrays are stored in memory in java?
can used Protected Class outside Function.?
What is a module function?