Skip to content

Java Code Gists

A blog about Java. Examples for Java design patterns, Java core examples, web frameworks.

  • REST Services
    • Introduction to REST
    • RESTful Service with Java using Jersey
    • REST Client Using Jersey
    • Secure a REST Service
    • Secure REST Service – Basic authentication
    • REST – Spring Boot
    • REST Service Using Spring
  • Java interview questions
    • Java Regular Expression Interview Questions
    • Java Collection Interview Questions and Answer
    • Why is String immutable in java?
    • Predict the Winner -Leetcode
    • Leetcode – Zuma Game
    • Number Complement – Leetcode
    • Construct the Rectangle Leetcode
  • Design patterns
    • Introduction to Design Patterns
    • Creational Design Patterns
      • Singleton Design Pattern
      • The Factory Method Design Pattern
      • What is Prototype Design Pattern?
      • Abstract Factory Pattern in Java
      • Builder Pattern with Java examples
    • Structural Design Pattern
      • What is Facade Design Pattern?
      • What is Decorator Design Pattern?
    • Strategy Design Pattern
      • What is Adapter Design Pattern?
    • Dependency Injection Design Pattern
  • Java 8
    • Java 8 streams – List to Map examples
  • Contact Us
  • Subscribe
  • Write with Us
  • Mock Interview

Month: April 2017

Java Collection Interview Questions and Answer

January 20, 2018April 25, 2017 by T Tak

Here is a list of Java Collections interview Questions. These are some of the famous questions asked in interviews. Java Collections Interview Questions What is rehashing? When is it done? In the case of a HashMap, there are two important member fields which determine when exactly the resizing of the map needs to be done. … Read more

Categories Java, Java interview questions Tags core java 3 Comments
Udemy courses up to 75% off.

Recent Posts

  • Jenkins CI/CD for Github using Deploy Keys
  • Amazon Keyspaces – its usage, limitations and differences with Apache Cassandra
  • Connect to Apache Cassandra using Java
  • Parameter 0 of constructor in org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration required a bean of type ‘javax.sql.DataSource’ that could not be found. – Bean method ‘dataSource’ not loaded because @ConditionalOnProperty (spring.datasource.jndi-name) did not find property ‘jndi-name’ – Bean method ‘dataSource’ not loaded because @ConditionalOnBean (types: org.springframework.boot.jta.XADataSourceWrapper; SearchStrategy: all) did not find any beans
  • Jenkins CI/CD using Github Account

Archives

  • January 2023
  • June 2021
  • May 2021
  • October 2019
  • March 2019
  • October 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016

Categories

  • Java
  • Java interview questions
  • Uncategorized
© 2023 Java Code Gists • Built with GeneratePress