what do you understand by the term string with respect to java?
No Answer is Posted For this Question
Be the First to Post Answer
What is JFC?
What is sizeof in java?
Explain java coding standards for classes or java coding conventions for classes?
What is javac in java?
What are the differences between this and super keyword?
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 does hashset work in java?
What is immutable in java?
Why set is used in java?
what is the use of servlet engine?
what are abstract functions?
Explain abstract class in java?