Login
Remember
Register
Ask a Question
What if we pass negative value in load-on-startup?
0
votes
asked
Apr 12, 2023
in
Servlet
by
rahuljain1
What if we pass negative value in load-on-startup?
load-on-startup
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 12, 2023
by
rahuljain1
It will not affect the container, now servlet will be loaded at first request.
...