Showing posts with label Java Interview. Show all posts
Showing posts with label Java Interview. Show all posts

Friday, 22 May 2020

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...

Thursday, 21 May 2020

Latest Java Interview Questions- Part 2

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,...

Latest Java Interview Questions- Part 1

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...