Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mehraj Malik
Mehraj Malik has asked
26
questions and find answers to
28
problems.
Stats
858
EtPoint
252
Vote count
26
questions
28
answers
About
Mehraj Malik questions
Why there is no nextDouble(), nextFloat() and nextLong() which accept a bound in java.util.Random
How to install package manager in java based docker image
How to get which @Indexed(unique=true) is failed in spring-data-mongodb
Why garbage collector stops all the threads before reclaiming the memory
Validation on enum in spring request
How to call one microservice from another microservice using docker images
How to Get Only Matched Result from An Array Field of Document in Mongo Using Spring Data
Spring-data-mongo unable to instantiate java.util.List using Constructor
Why should we use yml over properties
How to call multiple terminal operation on a Java stream
Mehraj Malik answers
Operations on a stream produce a result, but do not modify its underlying data source
how to handle DuplicateKeyException in Spring data mongodb
How to retrieve parent object by filtering out from the child object in java stream
docker image running but can't access rest endpoint in spring boot application
Spring @ConditionalOnProperty havingValue = "value1" or "value2"
Refactor orElseThrow block to return RuntimeException
Connecting Mongodb Atlas from Spring boot
MongoDB: Server has startup warnings [duplicate]
What does it mean that Java arrays are homogeneous, but ArrayLists are not?
Is @Autowired annotation mandatory on constructor in Spring boot