How do you represent a space in regex java?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between interface and abstract class with ex.
4 Answers Cognizant, Tech Mahindra,
Explain Stream Tokenizer?
What is Locale class?
What is 32 bit float?
what is diff bet iterator and enumeration?
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 .
How many classes can any class inherit java?
Is heap stored in ram?
What is variable explain?
Explain what is encapsulation?
What do you mean by boolean?
What is the difference between error and an exception?