Skip to main content
The 2024 Developer Survey results are live! See the results
InformedA's user avatar
InformedA's user avatar
InformedA's user avatar
InformedA
  • Member for 10 years, 1 month
  • Last seen more than 2 years ago
104 votes
5 answers
50k views

Why doesn't Java have optimization for tail-recursion at all?

13 votes
1 answer
5k views

How does sorting with java 8 stream work under the hood?

12 votes
4 answers
2k views

Is it wrong to use Agile when clients' requirements don't change at all?

8 votes
2 answers
6k views

Understanding JAVA generic keyword 'super'

4 votes
2 answers
3k views

Do wildcards in Java generics restrict or increase flexibility?

3 votes
1 answer
2k views

How to design extension mechanism for java app

3 votes
3 answers
2k views

Overriding equals() method in Java

2 votes
2 answers
3k views

Should Microservice still use web framework such as Spring

2 votes
1 answer
380 views

Advantages and disadvantages of building web app purely with microservices and hybrid with web framework

1 vote
2 answers
504 views

Is hashing of just "username + password" as safe as salted hashing

0 votes
0 answers
980 views

Is it a good practice to build multiple web app war files from one source repo?