Give me some null interfaces in java?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by copy constructor in java?
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
How do we access static members in java?
Does java support function overloading, pointers, structures, unions or linked lists?
How to sort array of 0 and 1 in java?
How do you do descending order in java?
How many types of the indexof method are there for strings?
How does a try statement determine which catch clause should be used to handle an exception?
What interface is extended by awt event listeners?
Why is stringbuffer thread safe?
Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.
What is subsequence of a string?