What is replaceall in java?
List out benefits of object oriented programming language?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
How do you use wildcards?
What is a pattern what is an anti pattern?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Can a method be overloaded based on different return type but same argument type?
What is independent and dependent variables in research?
What do you mean by inner class in java?
What are the common uses of "this" keyword in java ?
What does split function do in java?
What is the difference between instanceof and isinstance?
What is difference between arraylist and list in java?
What are streams?
What happens if we override private method?