What is the method overriding?
No Answer is Posted For this Question
Be the First to Post Answer
What is an i/o filter?
What does @override mean?
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??
Explain the importance of import keyword in java?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
What is the use of parse function in java?
What is a default method?
What is entry set in java?
What are the five major types of reference sources?
Why Java is not pure Object Oriented language?
Which are the two subclasses under exception class?
Explain different types of wrapper classes in java?