Thursday 18 February 2016

Java interview Preparation


Dependency Injection design pattern - http://en.wikipedia.org/wiki/Dependency_injection
Intercepting filter - http://java.sun.com/blueprints/patterns/InterceptingFilter.html
J2EE Filter Example - http://viralpatel.net/blogs/2009/01/tutorial-java-servlet-filter-example-using-eclipse-apache-tomcat.html
Spring IOC- http://www.roseindia.net/tutorial/spring/spring3/ioc/index.html
Immutable Objects -  http://www.java-questions.com/ImmutableClass_interview_questions.html
Filter life cycle - http://srikanthtechnologies.com/articles/j2ee/filters.html
Servlet life cycle - http://www.javabeat.net/tips/118-servlet-life-cycle.html
JSP life cycle - http://www.deepakgaikwad.net/index.php/2009/04/15/jsp-life-cycle.html/comment-page-1
Request Dispatcher - http://docs.oracle.com/javaee/5/api/javax/servlet/RequestDispatcher.html
Star  interview technique -  http://www.youtube.com/watch?v=0nN7Q7DrI6Q
Understanding reference types - http://weblogs.java.net/blog/2006/05/04/understanding-weak-references
 http://mindprod.com/jgloss/weak.html
Implementing a Least-Recently-Used(LRU) Cache -http://www.roseindia.net/java/example/java/util/LRUCacheExample.shtml
Object identify and importance of understanding - http://today.java.net/pub/a/today/2006/07/27/defining-object-identity.html

Multithreading interview questions
- http://www.fromdev.com/2008/05/java-threading-questions.html
http://geekexplains.blogspot.in/2009/10/why-waitnotify-and-notifyall-in-object.html
http://www.ibm.com/developerworks/java/library/j-5things15/index.html
http://veerasundar.com/blog/2010/11/java-thread-local-how-to-use-and-code-sample/ 

Common Java interview questions urls -
http://java-questions.com/garbagecollection_interview_questions.html
http://java2novice.com/java_interview_questions/
http://thecafetechno.com/tutorials/interview-questions/most-frequently-asked-core-java-interview-questions-and-answers/

Design Principals - http://salilstock.blogspot.in/2013/01/software-designing-principals.html

Scenario Based Questions -
File upload - http://balusc.blogspot.sg/2007/11/multipartfilter.html

Hibernate -
http://stackoverflow.com/questions/1921865/how-to-connect-to-mutiple-databases-in-hibernate

No comments:

Post a Comment