Posts

Image

Result of NDM

Image

Java Notes

Image
Cameraman Tayyar Ghaffar ....... 

Dev6i

   Click here to download dev6i This is full of viruses scanned by avira antivirus wait till tomorrow evening for fresh n clean links :) Login detail email              rehan.gull@ymail.com password        precision .

GetSession

import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class GetSession extends HttpServlet {     public void doGet(HttpServletRequest request, HttpServletResponse response)     throws IOException, ServletException     {         response.setContentType("text/html");         PrintWriter out = response.getWriter();     HttpSession hs=request.getSession();     String str1=(String)hs.getAttribute("a");     String str2=(String)hs.getAttribute("b");     out.println(str1+str2);     } }

SetSession

import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class SetSession extends HttpServlet {     public void doGet(HttpServletRequest request, HttpServletResponse response)     throws IOException, ServletException     {         response.setContentType("text/html");         PrintWriter out = response.getWriter();     HttpSession hs=request.getSession();     hs.setAttribute("a","pakistan");     hs.setAttribute("b","india");     out.println("Done");     } }

PL SQL 9

    Click here to download PL SQL Developer 9.0.6.1665 Setup + Key .