my method "abc" return array of interface "xyz"
and "pqr" is abstract class implements abc
and class "jkl" extends pqr
My problem
1) when i call abc it retrun array xyz how can i do this
hint
xyz refer_xyz = new jkl();
but i can't create array.
2)I want to access method of jkl using reference of xyz??
Answer / guest
ur public abstract class qpr implements xyz not abc
becoz abc is method
Is This Answer Correct ? | 2 Yes | 0 No |
Detail discussions on JVM, memory management and garbage collector.
What do you mean by boolean?
What is a method in coding?
What is the diffrence between inner class and nested class?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
I want to store more than 10 objects in a remote server? Which methodology will follow?
what is difference between Exception and Error?
What is quick sort in java?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is finalize() function in java?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
explain oops concepts with examples?
29 Answers AbhiBus, Beeline, DELL, HCL, Satyam, TCS, VLS, Wipro,