What do you mean by compiler?
No Answer is Posted For this Question
Be the First to Post Answer
What is array in java?
What is the reflection?
Can we create an object of private class?
what is the J2EE BluPrints?
How to retrieve data from database in java using arraylist?
What is the function of character?
What is navigable map in java?
Can we override compareto method?
What Is Resource Leak?
Can a class extend 2 classes in java?
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??
Can we have try without catch block?