Deep Krishna

Greenhorn
+ Follow
since Jun 11, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Deep Krishna

Barry
Thanks for your reply. I am better now.
deep
23 years ago
Barry, where do you go from here : whats next after scjp2?
Also do you feel any value of scjp2?
23 years ago
Thanks faisal.
Its a great news for all of us. I have used their products, great quality stuff. Even ppl like Marcus Green recommends their products for java certifications.
Are there any resoureces present specific to this certification? Though i dont think as its pretty new.
23 years ago
Hey barry congrats. I hope my advices helped.
BTW u forgot to mention the score.
23 years ago
Cool crack, Great job!!!
One question to u:
How do you rate SCWCDWhiz Design pattern stuff compared to the actual exam?
thanks
deep
Thanks purvesh once again for your great suggestion about this new Forum and your great product and your contribution to this place.
Regards
deep
Thanks a lot Mr Purvesh.
I go with others.
regards
deep
Friends,
Where can i get the Drag n Drop implementation in Java? It would be great to get some sample code.
Thanks
deepa
23 years ago
Friends,
Where can i get the Drag n Drop implementation in Java? It would be great to get some sample code.
Thanks
deepa
23 years ago
Hi,
I have a servlet as follows. When i execute this servlet (each client request is in different browser), will the result (value of j for each client) predictable. Assuming non-distributable environment.
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class TestServlet extends HttpServlet implements SingleThreadModel
{
int i = 0;
public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
{
res.setContentType("text/plain");
PrintWriter out = res.getWriter();
int j = ++i;
out.println(j);
}
}

thanks
deep
23 years ago
Hi Manish,
As suggested by others also like marcus, johannes - Mock exams should be part of the study. They really help you same time helping you learn fast and better.
I've been using exam simulators for quite a long time and feel they are really worth it. They dont just help you pass but much more.
J@Whiz has been talked a lot at this place and specially there new version is great. I believe their Customized option, Quiz and Explanation quality is highly worth it. You can try with their demo version, dont remember the exact url.
Once again i will favor exam simulators like jwhiz, as part of your study for any certification.
Best wishes for your exam
deep
congrats james
Its great score
whats next???
23 years ago
guys,
just came across this resources page. has recommended readings for IO, Threads and Inner classes as well.
hope it helps
deep
23 years ago
hey rach,
Its a great score and very useful info for all of us.
Congrats man.
The list of resources by you is really great. I didn't know that scwcdwhiz comes with quiz along. This feature really looks great and innovative. Now i am going for it.
will come back with my queries to you.
again congs
deep