Tag: web technology
Questions Related to web technology
What details in MANIFEST.MF file
How to maintain session in servlet
Which type is preferable to maintain session
differnce between sendRedirect() and forward()
Given the following policy: policy-statementlimit-cust { from { route-filter 10.0.0.0/8 orlonger reject; route-filter 10.0.55.0/24 orlonger; route-filter 10.0.0.0/16 orlonger accept; route-filter 0.0.0.0/0 through 0.0.0.0/32 { metric 5; accept; } } then { metric 10; accept; } } What happens to the route 10.0.56.0/24?