hi i m tannu and i m developing one web site as my project
and i have created one chatting application using applet
and socket it run perfactly using netbeans5.5 and
appletviewer but when i run on browser it doent run i put
it class file in jar file then call by jsp when it load in
browser it stop on applet started plz help me soon
Answers were Sorted based on User's Feedback
Answer / one
Hi ur application was hacked by the some programmers..
u better develop one more application
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / abhijit mishra
Hey Tannu,
Can't u find some better project rather than a 500 year old
chatting application. Some 20lakh-50 lakh Chatting
applications are there on the net.
Start doing something interesting rather than some stupid
old chatting application.
| Is This Answer Correct ? | 0 Yes | 2 No |
How can I prevent direct access to a jsp page from a browser?
Why use of scripting elements in jsp is discouraged?
Which jsp method cannot be overridden?
How do we prevent browser from caching output of my jsp pages?
What is jsp in javascript?
What are the primary differences between the jsp custom tags and java beans?
How can I enable session tracking for jsp pages if the browser has disabled cookies?
How can we stop errors on display in a jsp page?
What are the possible values for language directive?
What is the jspdestroy() method?
what is difference between the contart and implementation?
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?