Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

1. Tell me about yourself ?

2. Tell me your roles and responsibilities ?

3. What is bridge design pattern ?

      Bridge design pattern is a useful design pattern used to decouple abstraction from its implementation so that the 2 can vary independently. The bridge pattern is useful when both the class and what it does vary, often because changes in the class can be made easily with minimal prior knowledge about the program. The bridge pattern allows us to avoid compile-time binding between an abstraction and its implementation. This is so that an implementation can be selected at run-time.

for more details :

 https://dzone.com/articles/bridge-design-pattern-in-java

https://www.journaldev.com/1491/bridge-design-pattern-java

 

4. How Spring MVC works ?

https://www.tutorialspoint.com/spring/spring_web_mvc_framework.htm

5. What is DispatcherServlet and ContextLoaderListener ?

https://howtodoinjava.com/spring-mvc/contextloaderlistener-vs-dispatcherservlet/

      

 

 

Test :

1)

method(Object obj){}

method(String str){}

main(){

   method(null);

}

2) Write a Program to get the nth Prime Number, when n is the input ?

 

mphasis 04 oct 2018 4 pm

Sabera Yasmin
Module by Sabera Yasmin, updated more than 1 year ago

Description

04 oct 2018 4 pm
No tags specified