6
Answers

Career options?

Iam Daniel

Iam Daniel

9y
861
1
Please suggest career option for people who is having strong technical skill but poor communication. Thanks in advance.
Answers (6)
0
Gopi Chand

Gopi Chand

NA 13.1k 644.5k 10y
Just write the code given below in your jsp file: <% HttpSession hs=request.getSession(); String u=(String)hs.getAttribute("aUser"); if(u==null) { response.sendRedirect("index.jsp"); } %>
0
JobPencil

JobPencil

NA 60 0 10y