[email protected]
Download Java Developer Zone Android App
Facebook
Twitter
Google+
Java Developer ZoneJava Developer Zone
  • Weekly Quiz
  • Blog
  • Categories
    • Java 8
    • Java 9
    • Spring Boot
    • Spring-MVC
    • Spring Security
    • Solr
    • Elastic Search
    • Spark
    • Hadoop
    • NLP
    • Machine Learning
    • nodejs
    • Hibernate
    • Java Basic
    • Scala
    • Maven
    • Java Web Basic
    • Tech
  • Hire Team
  • Guest Post
  • About Us
  • Contact Us

Tag: java

REMOVE DUPLICATE OBJECT FROM LIST

Remove duplicate custom objects from arraylist in java

March 24, 2017Java Developer Zone

Recently i write one post related to remove duplicate object from Array, But in that example i used String Example and String is immutable object and too much feet for…

Read More
JAVA PRESERVE INSERTION ORDER IN HASHMAP

how to preserve insertion order in HashMap?

March 23, 2017Java Developer Zone

Problem: ” HashMap does not preserve insertion order “. HashMap is collection of Key and Value but HashMap does not give guaranty that insertion order will preserve. i.e here we…

Read More
JAVA remove duplicate value from array

How to remove duplicate value from array in java?

March 23, 2017Java Developer Zone

This article contains example of how to remove duplicate value from array in java with different different methods like using Set, using stream dicstinct funcation. Example 1 : Remove duplicate…

Read More

java.lang.IllegalArgumentException: ‘login?error’ is not a valid redirect URL

March 19, 2017Java Developer Zone

During configure spring security with my project i find java.lang.IllegalArgumentException error and also fine its solution by me: my SpringSecurityWebConfig as bellow and when i run my project at initial level…

Read More

HTTP Status 403 – Could not verify the provided CSRF token because your session was not found.

March 18, 2017Java Developer Zone

Problem: Trace: HTTP Status 403 – Could not verify the provided CSRF token because your session was not found. type Status report message Could not verify the provided CSRF token…

Read More
SOLR INDEX TIME BOOST

Solr Index Time Boost

March 18, 2017Java Developer Zone

There are two stages where documents can be boosted: At index time and at query time. here we discuss index time boost feature solr. This is probably the simplest way,…

Read More

Spring Security : check whether you have multiple ContextLoader* definitions in your web.xml!

March 18, 2017Java Developer Zone

Problem: public class SecurityWebApplicationInitializer extends AbstractSecurityWebApplicationInitializer { public SecurityWebApplicationInitializer(){ super(SpringSecurityWebConfig.class); } } Trace: java.lang.IllegalStateException: Cannot initialize context because there is already a root application context present – check whether you…

Read More
solr main query vs filter query

Solr main query vs filter query , q vs fq

March 18, 2017Java Developer Zone

Queries can be used in query context, and filters can be used in filter context. When used in filtering context, the query is said to be a “non-scoring” or “filtering”…

Read More
Spring4 MVC JSON Example

Spring4 MVC JSON Example

January 26, 2017Java Developer Zone

This example of Spring4 MVC + Maven + XML based configuration. So many time we required return response in JSON format, Spring provide easy way to convert your response in…

Read More

Intellij : Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0

January 26, 2017Java Developer Zone

Trace : Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0  Solution 1: Open intellij install location->bin Edit idea.exe.vmoptions file Remove -XX:MaxPermSize=250m or -XX:MaxPermSize=[X]m Save…

Read More

Posts pagination

< 1 … 5 6 7 8 9 >

Git Repository

  • Hadoop Repository
  • Machine Learning Repository
  • Spring Repository
  • Spring Boot Microservice
  • Elastic Search Repository
  • Hadoop & Spark Repository
  • Hadoop & Spark Repository
  • Java Repository

Popular Tutorial

  • Spring boot tutorial
  • Java tutorial
  • Solr tutorial
  • Elastic search tutorial
  • Hadoop tutorial
  • Java 9 tutorial

Favorites Links

Spring MVC documentation

Spring security documentation

Spring Boot Documentation

Java 9 Documentation

Java 8 Documentation

Solr Documentation

Scala documentation

Featured Post

  • Spring boot development tips
  • Spring boot dynamic query example
© 2025 All rights reserved by javadeveloperzone.com | Terms & Condition | Privacy Policy | Powered By ProminentPixel