I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What isan abstract class and when do you use it?
What is java beans?
When do we use synchronized blocks and advantages of using synchronized blocks?
What is a nested list?
What are the states of thread in java?
Explain how to convert any java object into byte array.
what is use of marker interface? give me good example?
What is meant by method overriding?
How an object is serialized in java?
How is object created in java?
can we write two same methods in outer class and innerclass.
what is difference between abstraction and interface?