When do you create an index?
No Answer is Posted For this Question
Be the First to Post Answer
Difference in the use of print, println, and printf.
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 .
What is the difference between pageContext and page implicit objects in jsp?
9 Answers Gspann Technologies, Merrill Lynch, Polaris,
What are the different types of collections in java?
What is meant by attribute?
What is runtime polymorphism or dynamic method dispatch?
How many bytes is a string in java?
Why is static used?
why an outer class cannot be declared as private?
What do you mean by platform independence?
What is a protected void?
What is the default value of local and global variables?