What is the use of 'super' keyword inside a constructor?
No Answer is Posted For this Question
Be the First to Post Answer
What is jdbc api?
How to set the permissions to a file in java?
What is the difference between C++ & Java?
78 Answers College School Exams Tests, HAL, SUN, Syntel, TCS, Wipro,
What is the syntax and characteristics of a lambda expression?
What are the standards to place package statement within a source code file?
What is java developer skills?
How do you reverse sort in java?
What are the library functions in java?
What are different data types?
What is a “stateless” protocol ?
what is multi-tasking
3 Answers Anand Group, Photon Infotech, Tech Mahindra,
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??