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 |
What are jsp lifecycle methods?
Can a constructor be used in place of init() method to initialize a servlet?
How did you implement caching in jsp?
Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........
Mention the scope values for <jsp.usebean> tag.
What are scriptlets in jsp?
what is the page attribute in JSP?
Explain jsp technology?
How to include static files in a jsp?
What are jsp elements?
What is a tag file in jsp?
What is jsp usebean?