I just started learning Webservices using JAX-RS in Java. My webservice URL is
http://localhost:8080/test/testWebservcie
That is working fine. Just to play around with it I added '/' at end of the URL like below
http://localhost:8080/test/testWebservcie/
even that is working fine and no issues at all. What is the differences between those two ? can I replace one with another ?