How do you create immutable object in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is an i/o filter?
Can constructor be inherited?
Why is java architectural neutral?
When do we use synchronized methods 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??
Which method will get invoked first in a stand alone application?
What is Session reduplication and how its done?
What is left shift and right shift?
What is a nested list?
Is java util list serializable?
What is the collections api?
What is the difference between hashmap and hashtable in java?