Remember
Register
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
javascript
java
c#
c
php
cpp
vb#
typescript
nodejs
html
go
rust
swift
dart
ruby
scala
r
css
bootstrap
groovy
sql
mysql
jquery
lua
bash
f#
kotlin
win32
winapi
reactjs
c-windows
opengl
pascal
sdl2
cobol
nodejs-express
angularjs
html5
glfw
postgresql
dom
android-java
wordpress
bootstrap4
css3
glad
objective-c
visual-studio-code
software
windows
fortran
web-hosting
firefox
bgfx
perl
binary
elixir
opencl
vulkan
ada
phpmyadmin
wpf
direct3d11
erlang
q2a
cpp17
clisp
laravel
netbeans
edge
prototype
ide
dot-net-library
chrome
xampp
download
d
binary-arithmetic
imgui
search-engine
clang
fontawesome5
xdebug
iphone
hardware
apache
webgl
xml
pc
xhtml
browser
programming
Disclosure:
My content contains affiliate links.
Recent questions tagged JAVA
29,372
questions
38,322
answers
573
users
Recent questions tagged JAVA
1
answer
5
views
How to remove continued repeated digits in a given number with Java
asked
19 hours
ago
by
avibootz
java
1
answer
10
views
How to create int array with specific size in Java
asked
2 days
ago
by
avibootz
java
1
answer
9
views
How to replace each element in array with the product of every other elements in Java
asked
2 days
ago
by
avibootz
java
1
answer
9
views
How to convert a 2D coordinate into 1D index in Java
asked
6 days
ago
by
avibootz
java
1
answer
9
views
How to convert a 1D coordinate into 2D indexes in Java
asked
6 days
ago
by
avibootz
java
2
answers
10
views
How to merge elements of two sorted not equal arrays by maintaining the sorted order in Java
asked
Sep 16
by
avibootz
java
1
answer
8
views
How to combine two arrays of different types in Java
asked
Sep 15
by
avibootz
java
3
answers
9
views
How to concatenate multiple lists in Java
asked
Sep 15
by
avibootz
java
2
answers
7
views
How to concatenate multiple strings in Java
asked
Sep 15
by
avibootz
java
1
answer
8
views
How to convert an array to iterable in Java
asked
Sep 15
by
avibootz
java
2
answers
10
views
How to initialize HashSet by construction in Java
asked
Sep 14
by
avibootz
java
2
answers
10
views
How to remove repeated characters from string in Java
asked
Sep 13
by
avibootz
java
1
answer
7
views
How to check if a string is pangram in Java
asked
Sep 13
by
avibootz
java
1
answer
8
views
How to find the difference between two strings in Java
asked
Sep 12
by
avibootz
java
1
answer
7
views
How to get intersection of two strings in Java
asked
Sep 12
by
avibootz
java
1
answer
6
views
How to print right triangle pattern of prime numbers in Java
asked
Sep 12
by
avibootz
java
1
answer
8
views
How to print a list of string arrays in Java
asked
Sep 12
by
avibootz
java
1
answer
8
views
How to create a list of string arrays in Java
asked
Sep 12
by
avibootz
java
1
answer
7
views
How to print hollow rectangle star pattern in Java
asked
Sep 11
by
avibootz
java
1
answer
6
views
How to print only strings from ArrayList in Java
asked
Sep 11
by
avibootz
java
2
answers
7
views
How to count number of decimal places in Java
asked
Sep 10
by
avibootz
java
2
answers
8
views
How to left pad an integer with zeros in Java
asked
Sep 10
by
avibootz
java
3
answers
7
views
How to convert 0 to 1 and 1 to 0 in Java
asked
Sep 10
by
avibootz
java
1
answer
9
views
How to print binary numbers right triangle pyramid in Java
asked
Sep 10
by
avibootz
java
1
answer
11
views
How to generate floyd triangle in Java
asked
Sep 9
by
avibootz
java
1
answer
11
views
How to delete part of a StringBuffer in Java
asked
Sep 9
by
avibootz
java
1
answer
9
views
How to replace all square brackets in a string with Java
asked
Sep 9
by
avibootz
java
1
answer
10
views
How to remove all square brackets in a string with Java
asked
Sep 9
by
avibootz
java
2
answers
17
views
How to check if an array contains a contiguous subarray having zero-sum in Java
asked
Sep 8
by
avibootz
java
1
answer
13
views
How to delete content of a string after first empty space in Java
asked
Sep 8
by
avibootz
java
1
answer
10
views
How to replace substring in brackets include the brackets in a string with Java
asked
Sep 8
by
avibootz
java
2
answers
9
views
How to replace substring between brackets in a string with Java
asked
Sep 8
by
avibootz
java
1
answer
9
views
How to remove substring between first and last space in a string with Java
asked
Sep 7
by
avibootz
java
1
answer
13
views
How to implement the function lastIndexOfAny() in Java
asked
Sep 3
by
avibootz
java
1
answer
9
views
How to find the longest repeating character in a string with Java
asked
Sep 1
by
avibootz
java
1
answer
17
views
How to check if length of a string is equal to the number appended at its end in Java
asked
Aug 31
by
avibootz
java
1
answer
10
views
How to find the index of the first digit in a string with Java
asked
Aug 31
by
avibootz
java
1
answer
13
views
How to increase number in string by 1 with Java
asked
Aug 31
by
avibootz
java
1
answer
13
views
How to implement the function indexOfAny() in Java
asked
Aug 30
by
avibootz
java
2
answers
14
views
How to extract the last number from a string in Java
asked
Aug 30
by
avibootz
java
1
answer
11
views
How to implement the function Remove() to remove N characters from specified index in Java
asked
Aug 28
by
avibootz
java
1
answer
21
views
How to implement the function Remove() to remove substring from specified index in Java
asked
Aug 28
by
avibootz
java
1
answer
12
views
How to implement the function isNullOrWhiteSpace() in Java
asked
Aug 27
by
avibootz
java
1
answer
10
views
How to implement the function isNullOrEmpty() in Java
asked
Aug 27
by
avibootz
java
1
answer
13
views
How to print all possible ways to break a string in brackets with Java
asked
Aug 26
by
avibootz
java
1
answer
13
views
How to implement the strstr() to find the first occurrence of a substring in a string with Java
asked
Aug 26
by
avibootz
java
1
answer
14
views
How to implement the strrchr() to search for the last occurrence of a character in a string with Java
asked
Aug 26
by
avibootz
java
1
answer
12
views
How to generate all the binary options of N bits in Java
asked
Aug 25
by
avibootz
java
1
answer
13
views
How to implement the strchr() to search for the first occurrence of a character in a string with Java
asked
Aug 25
by
avibootz
java
1
answer
12
views
How to generate all possible binary strings by replacing ? from a given pattern in Java
asked
Aug 24
by
avibootz
java
Page:
1
2
3
4
5
6
...
64
next »
...