What is the difference between serializable and externalizable interfaces?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.

2 Answers  


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?

3 Answers   DNS, Wipro,


What are the access modifiers in java?

0 Answers  


what is the form of storage space in java?

5 Answers  


How does singleton class work?

0 Answers  






perpare on factorypattern,linklist wothout using collection, (multitharding ie create producer/customer therad producer create Queue continuesly,consumer consume queue, consumer wait if queue is full,producer wait if queue is empty),diff betn sleep(1000)&wait(1000) these r the main Q ask in huawei(2008)

1 Answers   Huawei,


What is left shift and right shift?

1 Answers  


how to handle exceptions in core applications?

2 Answers   CSS,


how to call a method in different package?

4 Answers  


How do you remove duplicates in java?

0 Answers  


What is the difference between replace and replace all?

0 Answers  


Describe method overriding

0 Answers  


Categories