• Home
  • About Us
  • Privacy Policy
  • Contact Us

BenchResources.Net

Java tutorial for beginners

  • Home
  • Java
    • Java 1.8 Features
    • Java 8 Date/Time
    • JSON/YAML/XML/JAXB
    • Java Basics
    • OOPS
    • String Handling
    • Exception Handling
    • Generics
    • Serialization
    • Collection
    • Concurrent Collection
    • JDBC
  • Spring
    • Spring Core
    • Spring AOP
    • Spring MVC
    • Spring JDBC
    • Spring ORM
    • Spring Security
  • Web Services
    • Apache CXF – REST
    • JBoss RestEasy
    • Jersey 2.x
    • Spring Restful
    • Apache Axis2 RI
    • Apache CXF – SOAP
    • Metro JAX-WS – SOAP
  • Tools
    • Apache Maven
    • Eclipse IDE
    • Eclipse + Maven
    • FileZilla FTP
  • Oracle SOA
    • Oracle SOA 12c
    • Interview Question on SOA
  • Cloud
    • AWS
    • Microsoft Azure
  • Android
  • Interview Q
  • Jobs

Month: February 2022

No Image

Java 8 – How to store multiple values for single key in HashMap ?

February 17, 2022 SJ 0

In this article, we will discuss how to store/put multiple values for single key in HashMap Sometimes, we might require to store multiple values for Read More

No Image

Java 8 – How to find duplicate in a Stream or List ?

February 12, 2022 SJ 0

In this article, we will discuss how to find and count duplicates in a Stream or List in different ways Find and count duplicates in Read More

No Image

Java 8 – How to remove duplicate from Arrays ?

February 11, 2022 SJ 0

In this article, we will discuss how to remove duplicate elements from Array Also read, Java – Different ways to remove duplicate elements from Arrays Read More

No Image

Java – How to make a HashMap read-only or unmodifiable ?

February 10, 2022 SJ 0

In this article, we will discuss how to convert a modifiable HashMap entries into an unmodifiable HashMap entries using Collections.unmodifiableMap(); method 1. Convert HashMap to Read More

No Image

Java – How to make a HashSet read-only or unmodifiable ?

February 9, 2022 SJ 0

In this article, we will discuss how to convert a modifiable HashSet into an unmodifiable HashSet using Collections.unmodifiableSet(); method 1. Convert HashSet to Read-only: HashSet Read More

No Image

Java – How to make an ArrayList read-only or unmodifiable ?

February 8, 2022 SJ 0

In this article, we will discuss how to convert a modifiable ArrayList into an unmodifiable ArrayList using Collections.unmodifiableList(); method 1. Convert ArrayList to Read-only: ArrayList Read More

No Image

Java 8 – Convert Stream to ConcurrentHashMap

February 7, 2022 SJ 0

In this article, we will discuss how to convert Stream into a ConcurrentHashMap in Java 1.8 version using Stream API Stream to ConcurrentHashMap : Using Read More

No Image

Java 8 – Convert Stream to TreeMap

February 6, 2022 SJ 0

In this article, we will discuss how to convert Stream into a TreeMap in Java 1.8 version using Stream API Stream to TreeMap : Using Read More

No Image

Java 8 – Convert Stream to LinkedHashMap

February 5, 2022 SJ 0

In this article, we will discuss how to convert Stream into a LinkedHashMap in Java 1.8 version using Stream API Stream to LinkedHashMap : Using Read More

No Image

Java 8 – Convert Stream to HashMap

February 4, 2022 SJ 0

In this article, we will discuss how to convert Stream into a HashMap in Java 1.8 version using Stream API Stream to HashMap : Using Read More

No Image

Java 8 – Convert Stream to TreeSet

February 3, 2022 SJ 0

In this article, we will discuss how to convert Stream into a TreeSet in Java 1.8 version using Stream API. TreeSet doesn’t allow duplicates but Read More

No Image

Java 8 – Convert Stream to LinkedHashSet

February 2, 2022 SJ 0

In this article, we will discuss how to convert Stream into a LinkedHashSet in Java 1.8 version using Stream API. LinkedHashSet doesn’t allow duplicates but Read More

No Image

Java 8 – Convert Stream to HashSet

February 1, 2022 SJ 0

In this article, we will discuss how to convert Stream into a HashSet in Java 1.8 version using Stream API. Unlike List, Set neither allows Read More

Search tutorials

Subscribe via Email

Join 236 other subscribers




Proudly powered by Tuto WordPress theme from MH Themes