What is command line argument in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is a lightweight component?
Can a double value be cast to a byte?
What is a singleton in genetics?
what are the analysis of an object
What are the two ways to create a thread?
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 .
Is java based on c?
Which all r Final classes in java except string?
Explain the difference between string, stringbuffer and stringbuilder in java?
Difference between interface and abstract class with ex.
4 Answers Cognizant, Tech Mahindra,
How do you know if a value is nan?
What modifiers are used with an inner class which is a member of an outerclass?