Explain serialization and deserialization in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can you declare an interface method static?
Can we sort list in java?
Is array a class?
what is the difference between Object Based Language and Object Oriented Language?
What do you mean by platform independence?
How to create a fecelet view?
What are different data types?
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 extend singleton class?
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
What are the Class Libraries ?
What is a numeric format?