collection共10篇
Java scenario based interview questions-拾光赋

Java scenario based interview questions

Java scenario based interview questions,You have a list of strings: ['apple', 'banana', 'cherry', 'date', 'fig', 'grape']. Write a code snippet to filter out strings starting with ...
kity的头像-拾光赋kity4个月前
02515
Mastering Java ArrayLists: A Comprehensive Guide-拾光赋

Mastering Java ArrayLists: A Comprehensive Guide

Mastering Java ArrayLists: A Comprehensive Guide , Introduction In Java, a List is an ordered collection (also known as a sequence) that allows duplicates and provides a way to acc...
kity的头像-拾光赋kity6个月前
03714
Collections.nCopies method in Java-拾光赋

Collections.nCopies method in Java

Collections.nCopies method in Java,For Explanation watch video The Collections.nCopies method in Java is used to create an immutable list consisting of the same object repeated a s...
kity的头像-拾光赋kity7个月前
02713
Collections.max() method in Java-拾光赋

Collections.max() method in Java

Collections.max() method in Java, The Collections.max method is part of the Java Collections Framework and is used to find the maximum element in a given collection. It can determi...
kity的头像-拾光赋kity7个月前
05012
How to get top N items in Java-拾光赋

How to get top N items in Java

How to get top N items in Java,This article also covers how to write an efficient and yet genric comparator in Java. Use case: You have to write a program to add elements to a coll...
kity的头像-拾光赋kity2年前
04311

“Sequenced Collections”: an upcoming feature of Java 21 to handle a sequence of elements in a better way.

'Sequenced Collections': an upcoming feature of Java 21 to handle a sequence of elements in a better way.,Java's Collection API is one of the oldest and active API in JDK. It has c...
kity的头像-拾光赋kity2年前
04512
Sorting using Comparator in java with example-拾光赋

Sorting using Comparator in java with example

Sorting using Comparator in java with example, Table of Contents Basic points about Comparator interface. Example of sorting using Comparator in java using anonymous class. Example...
kity的头像-拾光赋kity5年前
05711
Sorting using Comparable in java with example-拾光赋

Sorting using Comparable in java with example

Sorting using Comparable in java with example,Table of Contents Basic points about the comparable interface. Program to sort on the basis of the name using Comparable. Program to s...
kity的头像-拾光赋kity5年前
03214
Top 50 Java Collections Interview Questions and Answers [2020]-拾光赋

Top 50 Java Collections Interview Questions and Answers [2020]

Top 50 Java Collections Interview Questions and Answers [2020],We have already shared the most frequently asked java interview questions for experienced candidates. I also shared t...
kity的头像-拾光赋kity5年前
0315
How HashSet works in Java-拾光赋

How HashSet works in Java

How HashSet works in Java,In core java interview questions, It is common to get bombarded with Collection framework questions. I was interviewed in Goldman Sachs, and there they as...
kity的头像-拾光赋kity5年前
0478