This Java tutorial video talks about typecasting between superclass and subclass objects in Java, A superclass reference variable can refer to subclass objects, ...
+Nitin Yadav thanks, hi i am also on udemy recently //udemy.com/u/vivekramesh2 i would really appreciate if you can take 2 mins off your busy schedule and give me a review over there, thanks in advance
Serialization of Java Object in XML using XMLEncoder Tutorial
Hello Sir, In serialization you taught that Write Object is security
breach, to write object we need to implement marker
interface(Serialization).
But in case of XML encoding we didn't require marker interface, is it
security breach??
Even in XML encoding, data is in readable form.