Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
c
java
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
vbnet
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
php-string
cobol
c#-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
c-array
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
sdl3
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
angularjs
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
longest-substring-without-repeating-characters
calculate-volume-cube
divide-given-amount-into-bills-coins
convert-decimal-number-to-rational-number
count-non-overlapping-instances-substring-in-string
print-floyds-triangle
case-insensitively-check-character-exists-in-string
calculate-area-pentagon
measure-function-execution-time
Disclosure:
My content contains affiliate links.
Recent questions tagged JAVA
42,844
questions
55,671
answers
573
users
Recent questions tagged JAVA
1
answer
116
views
How to find the numbers that are the sum of fourth powers of their digits in Java
asked
Nov 9, 2025
by
avibootz
java
java-numbers
java-fourth-power
1
answer
136
views
How to find the floor and ceiling of the value N in an unsorted list with Java
asked
Nov 7, 2025
by
avibootz
java
java-list
java-ceil
java-floor
1
answer
109
views
How to find the total number of combinations of given coins to reach a specific amount in Java
asked
Nov 6, 2025
by
avibootz
java
java-combination
1
answer
123
views
How to write a recursive function to generate all permutations of a string in Java
asked
Nov 4, 2025
by
avibootz
java
java-string
java-recursion
1
answer
132
views
How to use BitSet with nextSetBit() to find set bits indexes in Java
asked
Nov 3, 2025
by
avibootz
java
java-bits
1
answer
127
views
How to generate random floating point numbers in Java
asked
Nov 2, 2025
by
avibootz
java
java-generate-random-floating-point-numbers
generate-random-floating-point-numbers
1
answer
132
views
How to count words in a string with punctuation in Java
asked
Nov 2, 2025
by
avibootz
java
java-string
1
answer
99
views
How to round a number to the nearest power of 2 in Java
asked
Oct 31, 2025
by
avibootz
java
java-round
2
answers
128
views
How to round a number to the previous power of 2 in Java
asked
Oct 29, 2025
by
avibootz
java
java-round
1
answer
110
views
How to round a number to the next power of 2 in Java
asked
Oct 29, 2025
by
avibootz
java
java-round
1
answer
80
views
How to check if a word is all uppercase or lowercase or capitalized in Java
asked
Oct 27, 2025
by
avibootz
java
java-word
1
answer
101
views
How to swap all odd and even bits in Java
asked
Oct 25, 2025
by
avibootz
java
java-bits
1
answer
122
views
How to find the digit previous to a given digit in a number with Java
asked
Oct 20, 2025
by
avibootz
java
java-digits
1
answer
102
views
How to find the digit next to a given digit in a number with Java
asked
Oct 18, 2025
by
avibootz
java
java-digits
1
answer
166
views
How to add a range of elements of a list to another list at a specific position in Java
asked
Oct 18, 2025
by
avibootz
java
java-array
java-range
1
answer
154
views
How to add a range of elements of a list to another list in Java
asked
Oct 16, 2025
by
avibootz
java
java-list
java-range
1
answer
125
views
How to add the first element of a list to another list in Java
asked
Oct 16, 2025
by
avibootz
java
java-list
1
answer
125
views
How to add all the elements of a list to another list in Java
asked
Oct 16, 2025
by
avibootz
java
java-list
1
answer
88
views
How to resize a vector in Java
asked
Oct 13, 2025
by
avibootz
java
java-vector
java-resize
1
answer
95
views
How to calculate the Euclidean distance between two points in Java
asked
Oct 12, 2025
by
avibootz
java
java-euclidean-distance
1
answer
115
views
How to initialize a stack with random numbers up to the stack size in Java
asked
Oct 11, 2025
by
avibootz
java
java-stack
java-random
1
answer
110
views
How to remove duplicates from a stack in Java
asked
Oct 11, 2025
by
avibootz
java
java-stack
java-remove
1
answer
123
views
How to initialize a stack with random numbers in Java
asked
Oct 11, 2025
by
avibootz
java
java-stack
java-random
2
answers
129
views
How to generate a random color in HEX format with Java
asked
Oct 9, 2025
by
avibootz
java
java-generate-random-color-hex-format
generate-random-color-hex-format
2
answers
122
views
How to generate a random color in RGB format with Java
asked
Oct 9, 2025
by
avibootz
java
java-generate-random-color-rgb-format
generate-random-color-rgb-format
1
answer
100
views
How to search for a number in a sorted matrix in Java
asked
Oct 7, 2025
by
avibootz
java
java-matrix
java-search
1
answer
112
views
How to check whether a matrix is a square matrix in Java
asked
Oct 7, 2025
by
avibootz
java
java-matrix
1
answer
120
views
How to calculate the median of a matrix in Java
asked
Oct 5, 2025
by
avibootz
java
java-matrix
java-median
1
answer
109
views
How to find the second biggest number in a set of random numbers in Java
asked
Oct 4, 2025
by
avibootz
java
java-second-biggest
3
answers
163
views
How to find a common element in all rows of a given matrix with sorted rows in Java
asked
Oct 3, 2025
by
avibootz
java
java-matrix
1
answer
113
views
How to count the number of sorted rows in either increasing or decreasing order in a matrix using Java
asked
Oct 1, 2025
by
avibootz
java
java-matrix
1
answer
122
views
How to check whether a matrix is a magic square or not in Java
asked
Sep 30, 2025
by
avibootz
java
java-matrix
2
answers
169
views
How to check whether a string can be segmented into a sequence of words from a dictionary in Java
asked
Sep 27, 2025
by
avibootz
java
java-string
1
answer
113
views
How to reverse a word in a string with Java
asked
Sep 26, 2025
by
avibootz
java
java-string
java-reverse
1
answer
135
views
How to reverse the order of the words in a string with Java
asked
Sep 24, 2025
by
avibootz
java
java-string
java-reverse
1
answer
128
views
How to find the smallest letter in a sorted array that is larger than a given letter in Java
asked
Sep 20, 2025
by
avibootz
java
java-array
1
answer
102
views
How to generate a secure 80-bit random hexadecimal string in Java
asked
Sep 19, 2025
by
avibootz
java
java-hexadecimal
1
answer
123
views
How to generate a secure random hexadecimal string in Java
asked
Sep 19, 2025
by
avibootz
java
java-hexadecimal
1
answer
121
views
How to generate a random hexadecimal string in Java
asked
Sep 17, 2025
by
avibootz
java
java-hexadecimal
1
answer
107
views
How to execute 3 functions concurrently in Java
asked
Sep 16, 2025
by
avibootz
java
java-function
1
answer
115
views
How to check if a number is lead number (sum of even digits is equal to the sum of odd digits) in Java
asked
Sep 16, 2025
by
avibootz
java
java-digits
1
answer
115
views
How to find the length of the longest consecutive zeroes in the binary representation of a number in Java
asked
Sep 14, 2025
by
avibootz
java
java-binary
1
answer
138
views
How to find the two elements in a list whose sum is closest to zero in Java
asked
Sep 12, 2025
by
avibootz
java
java-list
1
answer
129
views
How to check if two given words are present in a string in Java
asked
Sep 12, 2025
by
avibootz
java
java-string
1
answer
124
views
How to check if two given words are present in a string in Java
asked
Sep 12, 2025
by
avibootz
java
java-string
1
answer
100
views
How to convet decimal number base-12 number in Java
asked
Sep 10, 2025
by
avibootz
java
java-base-12
1
answer
90
views
How to print the season name of the year based on the month number in Java
asked
Sep 9, 2025
by
avibootz
java
java-season-month
1
answer
102
views
How to simplify path (remove ".." and "." and replace multiple “////” with one single “/”) in Java
asked
Sep 8, 2025
by
avibootz
java
java-path
1
answer
91
views
How to find sum of the first N even numbers in Java
asked
Sep 6, 2025
by
avibootz
java
java-sum
1
answer
109
views
How to find the position of the first set bit (1-bit) of a number in Java
asked
Sep 4, 2025
by
avibootz
java
java-bits
Page:
« prev
1
2
3
4
5
6
7
8
9
10
11
...
84
next »
...