Professional developer
open-menucloseme
Home
About
githubtwitterlinkedinrss
  • How to Write Classes With Multiple Case Insensitive Strings

    calendarMay 12, 2023 · 4 min read · java hashMap strings  ·
    Share on: twitterfacebooklinkedincopy

    Introduction In a previous article, I discussed how to efficiently store strings in a hash map and search for them without worrying about case sensitivity. I explained how creating a custom wrapper class for String and overriding its hashCode and equals methods can achieve this goal, while ensuring good performance by …


    Read More
  • How to Use Case Insensitive String in Hash Map

    calendarApr 24, 2023 · 7 min read · java hashMap strings  ·
    Share on: twitterfacebooklinkedincopy

    Introduction By default, Microsoft SQL Server processes strings without considering their case sensitivity. Java, unlike Microsoft SQL Server, is case-sensitive which can result in problems. Specifically, on the project I'm working on, there have been numerous bugs caused by the mismatch in case sensitivity. Generally, …


    Read More

Recent Posts

  • Fastest Way To Insert the Data in MS SQL – Part 4 – Turning on the useBulkCopyForBatchInsert Parameter
  • Fastest Way To Insert the Data in MS SQL – Part 3 – Multi-value insert vs Bulk Api
  • Fastest Way To Insert the Data in MS SQL – Part 2 – Hibernate vs Prepared Statement vs Jdbc Template vs Bulk Api
  • Fastest way to insert the data in MS SQL - Part 1 Hibernate Batching
  • How to Write Classes With Multiple Case Insensitive Strings
  • How to Use Case Insensitive String in Hash Map
  • What Is Memory Churn and How to Avoid It in Java
  • Best Practices That You Should Follow When Extracting Zip Archive in Java

Categories

JAVA 12 SQL 4 CARRIER 1 FUNCTIONAL-PROGRAMMING 1 PEFORMANCE 1 TESTING 1

Tags

JAVA 12 MS-SQL-SERVER 4 HASHMAP 2 STRINGS 2 CARRIER 1 CONCURRENT-TESTS 1 DEVELOPERS 1 DEVELOPERS-BIGGEST-PROBLEM 1 DEVELOPERS-MISTAKES 1 FUNCTIONAL-PROGRAMMING 1 GETTING-STARTED-WITH-FUNCTIONAL-PROGRAMMING-IN-JAVA 1 JAVA-DEVELOPERS 1 JAVA-MISTAKES 1 JAVA-TESTING 1
All Tags
CARRIER1 CONCURRENT-TESTS1 DEVELOPERS1 DEVELOPERS-BIGGEST-PROBLEM1 DEVELOPERS-MISTAKES1 FUNCTIONAL-PROGRAMMING1 GETTING-STARTED-WITH-FUNCTIONAL-PROGRAMMING-IN-JAVA1 HASHMAP2 JAVA12 JAVA-DEVELOPERS1 JAVA-MISTAKES1 JAVA-TESTING1 JUNIT-51 JUNIT-5-TESTING1 JUNIT-TESTING1 LEARN-FUNCTIONAL-PROGRAMMING1 MAVEN1 MISTAKES1 MS-SQL-SERVER4 MULTITHREADED-TESTS-IN-JAVA1 PARALLEL-TESTS1 PEFORMANCE1 STRINGS2 SUCCESSFUL-DEVELOPERS1 TESTING1 ZIP1
[A~Z][0~9]
Professional developer

Copyright  PROFESSIONAL DEVELOPER. All Rights Reserved

to-top