Javainterviewquestions
Javainterviewquestions
----------------------------
1)what/explain are the oop's concepts?
2)features of java?
2)how you implemented oop's concepts in your project in automation?
3)difference between object and constructor?
4)how to find second largest element in an array?
5)how to find duplicate elements in an array and count the duplicates?
6)String s1="java";
s1.concat("program");
sop(s1); // string immutable or mutable