
Latest Java Interview Questions- Part 3
1.How many objects are create when we use the new keyword with the string eg: a="syed" b=new String("syed") It will create the different objects moreover both are not...
Search | Technology | Blogging
1.How many objects are create when we use the new keyword with the string eg: a="syed" b=new String("syed") It will create the different objects moreover both are not...
1.Explain Serializable and DeSerialization in Java? Serialization in Java is a mechanism of writing the state of an object into a byte-stream. It is mainly used in Hibernate, RMI, JPA,...
Hello Readers, these are the questions from my Interview experience. I have framed these questions in such a way to make yourself prepared for any technical challenging interviews. Continue my...