30-11-2018 Interview Questions

Coffee Beans
==============
1st round

1. project architecture
2. hashmap implementation
3. dependency injection
4.

2nd round

1. secure and in secure memory

2. class A{
int a;
}
class B{
int b;
}
class main(){
A obj=new A();
B obj1=new B();
s.o.pln(obj.hashcode()==obj1.hashcode()

3. transitive dependency maven

4. @componet and @configuration

5. find all substring permutation

6. implement hashcode()

7. s="pavan"
s.concat("kumar"
s.o.pln(s) and howmany objects created

8. what is the use of dialect in hibernate

9.



Comments