What is the benefit of inner / nested classes ?
No Answer is Posted For this Question
Be the First to Post Answer
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??
What is bytecode verifier?
What is java basic concept?
Can you use abstract and final both with a method?
What is a parameter used for?
Can a double value be cast to a byte?
What are the classes of java?
Can we have this () and super () together?
How do you use spaces in java?
After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?
What is Enum in Java?
When is finally block not called?