What is variable length arguments in java?
Explain an algorithm to find depth of a binary tree.
0 Answers Akamai Technologies,
How to connect to a remote database using Applet?
What is a boolean output?
Explain the difference between transient and volatile in java?
How the elements are organized in GridLayout?
Why should we use java?
Can variables be used in java without initialization?
What is the public field modifier?
What is the difference between scrollbar and scrollpane?
Can we convert stringbuilder to string in java?
Difference between class#getinstance() and new operator ?
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??