Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~521 People Reached
Favorite Tags
Member Avatar for kedarkhedkar

Hi All, I am doing a project which is struts based. I have included following files in build path of eclipse. servlet-api.jar jasper-runtime.jar jsp-api.jar struts.jar antlr.jar commons-beanutils.jar commons-digester.jar commons-fileupload.jar commons-logging.jar commons-validator.jar still I am getting errors: the import javax.activation can not be resolved at line import javax.activation.*; the import javax.mail …

Member Avatar for sillyboy
0
80
Member Avatar for degamer106

I'm trying to get this ISBN checker to work. I've used the formula from this [URL="http://mathworld.wolfram.com/ISBN.html"]site[/URL] and also this [URL="http://en.wikipedia.org/wiki/International_Standard_Book_Number"]site[/URL] and it seems to work fine [B]except[/B] for the ISBN of my Java book. When I compute my book's ISBN (0131496980), it is apparently invalid. I have tried the other …

Member Avatar for jwenting
0
183
Member Avatar for kedarkhedkar

I have a query about ISBN. Some books have one ISBN, SOME have two. Is it appropriate to use ISBN AS a primary key for a book table ( as I have seen it in one book). What is ISBN basically. What can be the appropriate primary key for book …

Member Avatar for masijade
0
112
Member Avatar for kedarkhedkar

Hi, I am developing online examination in servlets/jsp. the problem with I stucked with is how to show user a timer. the jsp page which showing current question to user should show time remaining & that time should be continuously decreasing by 1 sec. One approch is to use applet …

Member Avatar for ~s.o.s~
0
141