Skip to content
sneppets

sneppets

  • Privacy
sneppets-java8

How to manipulate Java 8 Stream data sources or objects?

February 15, 2020February 20, 2020 Editorial StaffLeave a Comment on How to manipulate Java 8 Stream data sources or objects?

This tutorial shows you how to manipulate Java 8 stream data sources or objects.

Java java, java8, stream
sneppets-java8

How to copy contents of a List to another List in Java

February 14, 2020 Editorial StaffLeave a Comment on How to copy contents of a List to another List in Java

This tutorial shows you how to copy contents of a List to another List in Java.

Java copy, java, List
sneppets-java8

Java – Replace element in ArrayList at specific index

February 13, 2020 Editorial StaffLeave a Comment on Java – Replace element in ArrayList at specific index

This tutorial shows you how to replace element in ArrayList at specific index using set(int index, E element) method of List interface Java.

Java ArrayList, index, java
sneppets-java8

Java – Convert Integer List to int array

February 13, 2020 Editorial StaffLeave a Comment on Java – Convert Integer List to int array

This tutorial shows you how to convert Integer List to int array using different ways.

Java array, int, integer, java
sneppets-java8

Error: Expected BEGIN_OBJECT but was STRING at line 1 column 1

February 12, 2020February 12, 2020 Editorial Staff4 Comments on Error: Expected BEGIN_OBJECT but was STRING at line 1 column 1

Are you getting error “Expected BEGIN_OBJECT but was STRING at line 1 column 1” while parsing Json String to Json Object using Google gson library ?

Java gson, java, json

Posts navigation

Older posts
Newer posts
Copyright © 2018 Sneppets. All Rights Reserved