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??



my method "abc" return array of interface "xyz" and "pqr" is abstrac..

Answer / guest

ur public abstract class qpr implements xyz not abc
becoz abc is method

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

Detail discussions on JVM, memory management and garbage collector.

0 Answers   Expedia,


What do you mean by boolean?

0 Answers  


What is a method in coding?

0 Answers  


What is the diffrence between inner class and nested class?

0 Answers  


What is JDBC Driver interface?How can you retrieve data from the ResultSet

0 Answers   CTS,


I want to store more than 10 objects in a remote server? Which methodology will follow?

0 Answers  


what is difference between Exception and Error?

36 Answers  


What is quick sort in java?

0 Answers  


Is it possible to compare various strings with the help of == operator? What are the risks involved?

0 Answers  


What is finalize() function in java?

0 Answers  


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?

3 Answers  


explain oops concepts with examples?

29 Answers   AbhiBus, Beeline, DELL, HCL, Satyam, TCS, VLS, Wipro,


Categories