Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Shri's user avatar
Shri's user avatar
Shri's user avatar
Shri
  • Member for 4 years, 6 months
  • Last seen this week
3 votes
1 answer
978 views

Why is StandardOpenOption.CREATE_NEW not creating a file to be read from in Java?

3 votes
1 answer
72 views

Why is ngDoCheck() called again after ngAfterContentChecked() for both the AppComponent and ChildComponent during App startup?

2 votes
0 answers
102 views

Fallback method in Spring Boot app not getting called when using Resilience4j

2 votes
1 answer
130 views

Why empty lines are being printed at the when I use BufferedReader to read characters from the console and print them?

1 vote
2 answers
276 views

Why BufferedInputStream(InputStream in, int bufSize) is not reading data in chunks of bufSize from the inputStream while using mark()?

1 vote
2 answers
149 views

How to get a string array out of a string stream which gets generated as an intermediary result?

1 vote
1 answer
631 views

How to remove "autoprefixer: Greetings, time traveller. We are in the golden age of prefix-less CSS, .." warning in Angular 11?

1 vote
1 answer
129 views

How to simulate lost update in MySQL?

1 vote
1 answer
64 views

Should we associate matrix variables to path parameters in Spring Boot?

1 vote
0 answers
78 views

Serialization of the POJO not happening when using Lombok in a Spring WebFlux application

0 votes
1 answer
470 views

Why I am not able to send list of strings as json response in Spring Rest?

0 votes
1 answer
98 views

Spring is not throwing MethodArgumentNotValidException when an invalid request body is sent to the restful service

0 votes
0 answers
24 views

Why hibernate is calling update for parent entity or for child entity itself after inserting a child entity in unidirectional relationships?

0 votes
0 answers
100 views

How to invoke the method in abstract class that has been overriden in the subclass in java?

0 votes
1 answer
75 views

Why sometimes in the output of the producer-consumer problem, the consumer is getting a previous value instead of the new value produced by producer?

0 votes
1 answer
2k views

Not able to see cross domain cookies in browser dev tools

0 votes
3 answers
445 views

Why does the Collections.binarySearch(List<? extends T> list, T key, Comparator<? super T> c) method require a Comparator object as it argument?

0 votes
0 answers
61 views

What is time complexity of BFS traversal in different types of graph implementations?

0 votes
1 answer
74 views

What will happen we don't use EventQueue.invokeLater() in Java GUI? Here is what I did

0 votes
1 answer
377 views

How can I seperate the common steps class and the step definitions class in Cucumber, TestNg?

0 votes
1 answer
116 views

What is the liftime of a literal of any type if we hold the reference of it or are passsing it to a function by rvalue reference?

0 votes
1 answer
2k views

Why is that with Visual Studio code the function declaration in header file not required?

-1 votes
1 answer
2k views

How to run @BeforeSuite and @AfterSuite methods defined in another class before the execution of the step def class starts?