What is the finalize method do?
No Answer is Posted For this Question
Be the First to Post Answer
What is derived datatype?
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 do you mean by collectors in java 8?
What is a newline character in java?
What is final int?
What is overloading and overriding in java?
Tell me are there implementations for sorting and searching in the java libarary?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Can a class be subclass of itself?
Differece between class and generic class?
What is a vector in java?
How will you add panel to a frame?