What are annotations in java?
What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?
How to do encapsulation in java?
What does replaceall do in java?
What is import java util arraylist?
I don’t want my class to be inherited by any other class. What should I do?
what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?
What is protected access modifier?
What is an exception in java?
Difference between process and thread?
Who found java?
What modifiers are used with an inner class which is a member of an outerclass?
How does varargs work in java?