what is collatration?
No Answer is Posted For this Question
Be the First to Post Answer
Name the packages in JDK?
garbate collector(GC)?
What is core java called?
How long will it take to learn java?
Explain parallel processing in java8?
Explain features of interfaces 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??
What is immutable data?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
Where will it be used?
What are the types of literals?
What does nullpointerexception mean?