JSP Interview Question and Answer
JSP interview questions and answers for different levels of JSP Java Interview, JSTL tags, jsp implicit variables.
JSP interview questions and answers for different levels of JSP Java Interview, JSTL tags, jsp implicit variables.
Learn shallow copy vs deep copy in Java, shallow clone vs deep clone Java with example. Deep cloning vs shallow clonig is one of the most important questions for core java interview.
Shallow Copy vs Deep Copy in Java Read More »
There are 4 different ways to create object in Java. Learn different ways by example: using new keyword, using Class.forName, cloning and deserializing. Learn various ways to create object in Java.
4 Ways to create object in Java Read More »
There is no excerpt because this is a protected post.
Protected: Key Points of Thread Read More »
Java Servlet Best Practices. This post is about tips and techniques for JSP servlet best practices for developer architect. Servlet-based technologies designed to make web application development easier and more effective.
Servlet Best Practices Read More »
Thread deadlock in java describes a situation where two or more threads are blocked forever, waiting for each other. the order of execution of threads is non-deterministic
Thread Deadlock Example in Java Read More »
Learn Java Thread Interview Questions and answers for all levels of interview. There are series of questions asked in an interview from the Java threads.
Java Thread Interview Questions Read More »
Learn Singleton Design pattern in Java and its different ways of implementation. In Java singleton pattern is popular pattern and used by almost all the developer.
Singleton Design Pattern in Java Read More »
HashMap Vs HashTable Vs SynchronizedMap Vs ConcurrentHashMap. There is a number of questions that can be raised in your mind when we think about HashMap, Hashtable, SynchronizedMap, and ConcurrentHashMap.
HashMap Vs HashTable Vs SynchronizedMap Vs ConcurrentHashMap Read More »
HashMap vs concurrentHashMap, well, this is one of the important interview question, in another way, what are the basic differences between HashMap and ConcurrentHashMap?
HashMap Vs ConcurrentHashMap Read More »